OSDN Git Service

* fix-header.c: #include "gansidecl.h".
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Apr 1996 17:58:45 +0000 (17:58 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Apr 1996 17:58:45 +0000 (17:58 +0000)
(const): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11793 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fix-header.c

index 2a51f53..6392dd5 100644 (file)
@@ -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;