This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Minor whitespace changes


2001/11/28  Geert Bosch <bosch@gnat.com>

	* init.c: Minor whitespace changes.

Index: init.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/init.c,v
retrieving revision 1.5
diff -c -r1.5 init.c
*** init.c	2001/11/28 21:38:18	1.5
--- init.c	2001/11/28 21:46:01
***************
*** 93,99 ****
  extern void   Propagate_Signal_Exception
  	PARAMS ((struct Machine_State *, struct Exception_Data *, const char *));
  
- 
  /* Copies of global values computed by the binder */
  int  __gl_main_priority            = -1;
  int  __gl_time_slice_val           = -1;
--- 93,98 ----
***************
*** 523,529 ****
  {
  }
  
- 
  /*************************************/
  /* __gnat_initialize (GNU/Linux version) */
  /*************************************/
--- 522,527 ----
***************
*** 1642,1648 ****
  #endif
  }
  
- 
  /***************************************/
  /* __gnat_initialize (default version) */
  /***************************************/
--- 1640,1645 ----
***************
*** 1990,1996 ****
  
  #endif
  
- 
  /*********************/
  /* __gnat_init_float */
  /*********************/
--- 1987,1992 ----
***************
*** 2017,2023 ****
  #endif  /* Defined __i386__ */
  }
  #endif
- 
  
  #ifndef HAVE_GNAT_INIT_FLOAT
  
--- 2013,2018 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]