gcc-2.95 fixinc/gnu-regex.c and STDC_HEADERS fix

Philippe De Muyter phdm@macqel.be
Wed Jun 9 03:53:00 GMT 1999


Wed Jun  9 12:53:56 1999  Philippe De Muyter  <phdm@macqel.be>

	* fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
	compiler flags.

--- ./gcc/fixinc/Makefile.in	Wed Jun  9 12:35:00 1999
+++ ./gcc/fixinc/Makefile.in	Mon Jun  7 13:53:05 1999
@@ -82,7 +82,7 @@
 
 gnu-regex.o: gnu-regex.c
 	-$(CC) $(CFLAGS) $(FIXINC_DEFS) $(INCLUDES) -DREGEX_MALLOC \
-		-DSTDC_HEADERS=1 -c $(srcdir)/gnu-regex.c
+		-c $(srcdir)/gnu-regex.c
 
 fixincl.o : fixincl.x fixincl.c
 server.o : server.c server.h


More information about the Gcc-patches mailing list