diff options
author | Doug Evans <dje@gnu.org> | 1996-04-15 17:58:45 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-04-15 17:58:45 +0000 |
commit | 0afdf565966faee5a376e5366420a0c08df84b74 (patch) | |
tree | c16cc1c69522bc69beb2ec558069d2e25fdd975b /gcc | |
parent | 982c6ee237b191e9065a07d9c2194444ee6d6b1c (diff) | |
download | gcc-0afdf565966faee5a376e5366420a0c08df84b74.zip gcc-0afdf565966faee5a376e5366420a0c08df84b74.tar.gz gcc-0afdf565966faee5a376e5366420a0c08df84b74.tar.bz2 |
fix-header.c: #include "gansidecl.h".
* fix-header.c: #include "gansidecl.h".
(const): Delete.
From-SVN: r11793
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fix-header.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 2a51f53..6392dd5 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -1,5 +1,5 @@ /* fix-header.c - Make C header file suitable for C++. - Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -76,14 +76,12 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "obstack.h" #include "scan.h" #include "cpplib.h" +#include "gansidecl.h" + #ifndef O_RDONLY #define O_RDONLY 0 #endif -#if !__STDC__ -#define const /* nothing */ -#endif - sstring buf; int verbose = 0; |