* init.c: Minor whitespace changes.
From-SVN: r47429
This commit is contained in:
parent
04cec1a71d
commit
c835e5c6df
@ -1,3 +1,7 @@
|
|||||||
|
2001/11/28 Geert Bosch <bosch@gnat.com>
|
||||||
|
|
||||||
|
* init.c: Minor whitespace changes.
|
||||||
|
|
||||||
2001-11-28 Doug Rupp <rupp@gnat.com>
|
2001-11-28 Doug Rupp <rupp@gnat.com>
|
||||||
|
|
||||||
* init.c: (__gnat_install_handler,VMS): Increase size of alternate
|
* init.c: (__gnat_install_handler,VMS): Increase size of alternate
|
||||||
|
@ -93,7 +93,6 @@ extern void Raise_From_Signal_Handler PARAMS ((struct Exception_Data *,
|
|||||||
extern void Propagate_Signal_Exception
|
extern void Propagate_Signal_Exception
|
||||||
PARAMS ((struct Machine_State *, struct Exception_Data *, const char *));
|
PARAMS ((struct Machine_State *, struct Exception_Data *, const char *));
|
||||||
|
|
||||||
|
|
||||||
/* Copies of global values computed by the binder */
|
/* Copies of global values computed by the binder */
|
||||||
int __gl_main_priority = -1;
|
int __gl_main_priority = -1;
|
||||||
int __gl_time_slice_val = -1;
|
int __gl_time_slice_val = -1;
|
||||||
@ -523,7 +522,6 @@ __gnat_initialize ()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*************************************/
|
/*************************************/
|
||||||
/* __gnat_initialize (GNU/Linux version) */
|
/* __gnat_initialize (GNU/Linux version) */
|
||||||
/*************************************/
|
/*************************************/
|
||||||
@ -1642,7 +1640,6 @@ __gnat_initialize ()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***************************************/
|
/***************************************/
|
||||||
/* __gnat_initialize (default version) */
|
/* __gnat_initialize (default version) */
|
||||||
/***************************************/
|
/***************************************/
|
||||||
@ -1990,7 +1987,6 @@ __gnat_install_handler ()
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*********************/
|
/*********************/
|
||||||
/* __gnat_init_float */
|
/* __gnat_init_float */
|
||||||
/*********************/
|
/*********************/
|
||||||
@ -2018,7 +2014,6 @@ __gnat_init_float ()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef HAVE_GNAT_INIT_FLOAT
|
#ifndef HAVE_GNAT_INIT_FLOAT
|
||||||
|
|
||||||
/* All targets without a specific __gnat_init_float will use an empty one */
|
/* All targets without a specific __gnat_init_float will use an empty one */
|
||||||
|
Loading…
Reference in New Issue
Block a user