diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-09-18 06:59:23 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-09-18 06:59:23 +0000 |
commit | 31a1fdad32a3f08410553540f4438679ac187659 (patch) | |
tree | 74daab5dee124a390e83dd71945933c8870612d8 /gcc/cppinit.c | |
parent | 2ac86f90af484a3fc814b7a4877b9b553f0a276f (diff) | |
download | gcc-31a1fdad32a3f08410553540f4438679ac187659.zip gcc-31a1fdad32a3f08410553540f4438679ac187659.tar.gz gcc-31a1fdad32a3f08410553540f4438679ac187659.tar.bz2 |
cppinit.c (cpp_init): Don't use ANSI prototypes.
* cppinit.c (cpp_init): Don't use ANSI prototypes.
* flow.c (flow_dump_loop): Likewise.
(flow_loops_dump): Likewise.
From-SVN: r36480
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index f8dc690..196724a 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -405,7 +405,7 @@ merge_include_chains (pfile) static int cpp_init_completed = 0; void -cpp_init (void) +cpp_init () { #ifdef HOST_EBCDIC /* For non-ASCII hosts, the cl_options array needs to be sorted at |