aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/init.c
diff options
context:
space:
mode:
authorGeert Bosch <bosch@gnat.com>2001-11-28 22:49:44 +0100
committerGeert Bosch <bosch@gcc.gnu.org>2001-11-28 22:49:44 +0100
commitc835e5c6df85d7487817d219ed5b0c2947194902 (patch)
treea76b31956ae9da59cb9a4701fa715e4b1c726daf /gcc/ada/init.c
parent04cec1a71db1c5540ad0834889d5030c45ee3325 (diff)
downloadgcc-c835e5c6df85d7487817d219ed5b0c2947194902.zip
gcc-c835e5c6df85d7487817d219ed5b0c2947194902.tar.gz
gcc-c835e5c6df85d7487817d219ed5b0c2947194902.tar.bz2
* init.c: Minor whitespace changes.
From-SVN: r47429
Diffstat (limited to 'gcc/ada/init.c')
-rw-r--r--gcc/ada/init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/init.c b/gcc/ada/init.c
index bf5b22f..d8272a8 100644
--- a/gcc/ada/init.c
+++ b/gcc/ada/init.c
@@ -93,7 +93,6 @@ extern void Raise_From_Signal_Handler PARAMS ((struct Exception_Data *,
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;
@@ -523,7 +522,6 @@ __gnat_initialize ()
{
}
-
/*************************************/
/* __gnat_initialize (GNU/Linux version) */
/*************************************/
@@ -1642,7 +1640,6 @@ __gnat_initialize ()
#endif
}
-
/***************************************/
/* __gnat_initialize (default version) */
/***************************************/
@@ -1990,7 +1987,6 @@ __gnat_install_handler ()
#endif
-
/*********************/
/* __gnat_init_float */
/*********************/
@@ -2018,7 +2014,6 @@ __gnat_init_float ()
}
#endif
-
#ifndef HAVE_GNAT_INIT_FLOAT
/* All targets without a specific __gnat_init_float will use an empty one */