From: Jason Merrill Date: Mon, 4 Apr 1994 21:21:02 +0000 (+0000) Subject: Undefine __*_TYPE when preprocessing fixtmp.c X-Git-Tag: misc/cutover-egcs-0~6982 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf78b2a7bcdf5171b10d1bd5da240e93b424ddbf;p=thirdparty%2Fgcc.git Undefine __*_TYPE when preprocessing fixtmp.c From-SVN: r6961 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4d3274bcf423..4e63044ed926 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1573,7 +1573,7 @@ scan.o: scan.c scan.h hconfig.h xsys-protos.h: $(GCC_PASSES) $(srcdir)/sys-protos.h deduced.h gen-protos Makefile cat deduced.h $(srcdir)/sys-protos.h > fixtmp.c - $(GCC_FOR_TARGET) fixtmp.c -E \ + $(GCC_FOR_TARGET) fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE_ -U__WCHAR_TYPE__ -E \ | sed -e 's/ / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \ | ./gen-protos >xsys-protos.h rm -rf fixtmp.c