diff options
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; |