diff options
author | guerby <guerby@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-17 11:35:08 +0000 |
---|---|---|
committer | guerby <guerby@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-17 11:35:08 +0000 |
commit | 0f13b49dace06a6e21336b2888ffb3257f0cadbf (patch) | |
tree | 39e493e87df2945a110142da9ac42207c0aaa146 /gcc/ada/gigi.h | |
parent | a2ebaaac869d44c8963a1890dadea6037615b103 (diff) | |
download | gcc-0f13b49dace06a6e21336b2888ffb3257f0cadbf.tar.gz |
2001-11-17 Laurent Guerby <guerby@acm.org>
* Make-lang.in (GNATLIBFLAGS): Add -W -Wall.
* gigi.h (init_decl_processing): Rename to gnat_init_decl_processing.
* io-aux.c: Provide K&R prototypes to all functions, reformat code.
* lang-spec.h: Add missing struct field to silence warnings.
* sysdep.c (rts_get_*): Provide K&R prototype.
* sysdep.c (Unlock_Task, Lock_Task): Move to K&R prototype.
* traceback.c (Unlock_Task, Lock_Task): Likewise.
* tracebak.c (__gnat_backtrace): Remove unused variable.
* utils.c (end_subprog_body): Move to K&R style.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47117 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gigi.h')
-rw-r--r-- | gcc/ada/gigi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gigi.h b/gcc/ada/gigi.h index 82848532b05..15d3b65871f 100644 --- a/gcc/ada/gigi.h +++ b/gcc/ada/gigi.h @@ -433,7 +433,7 @@ extern tree pushdecl PARAMS ((tree)); /* Create the predefined scalar types such as `integer_type_node' needed in the gcc back-end and initialize the global binding level. */ -extern void init_decl_processing PARAMS ((void)); +extern void gnat_init_decl_processing PARAMS ((void)); extern void init_gigi_decls PARAMS ((tree, tree)); /* Return an integer type with the number of bits of precision given by |