From 072eca60096acc5b51e6ffbab2118b1dbdf50120 Mon Sep 17 00:00:00 2001 From: dje Date: Mon, 15 Apr 1996 17:58:45 +0000 Subject: * fix-header.c: #include "gansidecl.h". (const): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11793 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fix-header.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'gcc/fix-header.c') diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 2a51f53e138..6392dd5bbfb 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; -- cgit v1.2.1