]> gcc.gnu.org Git - gcc.git/commitdiff
Delete duplicate definition of "buf".
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Oct 1993 01:52:20 +0000 (21:52 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Oct 1993 01:52:20 +0000 (21:52 -0400)
Include hconfig.h.

From-SVN: r5911

gcc/fix-header.c

index f431cec685ff8caa0fac3da961d106cf2b42d39b..74a96889b5d29f03d91c326dac4e8e56f66b8501 100644 (file)
@@ -78,10 +78,10 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef O_RDONLY
 #define O_RDONLY 0
 #endif
+#include "hconfig.h"
 #include "obstack.h"
 #include "scan.h"
 
-sstring buf;
 int verbose = 0;
 int partial_count = 0;
 int missing_extern_C_count = 0;
This page took 0.062141 seconds and 5 git commands to generate.