aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1994-04-04 21:21:02 +0000
committerJason Merrill <merrill@gnu.org>1994-04-04 21:21:02 +0000
commitcf78b2a7bcdf5171b10d1bd5da240e93b424ddbf (patch)
tree8e4948ac606f5a70db9b3f26ab778e662a11fffd
parent6c8ceeae0e772acfd1d7de5abcd623b78b7933e1 (diff)
downloadgcc-cf78b2a7bcdf5171b10d1bd5da240e93b424ddbf.zip
gcc-cf78b2a7bcdf5171b10d1bd5da240e93b424ddbf.tar.gz
gcc-cf78b2a7bcdf5171b10d1bd5da240e93b424ddbf.tar.bz2
Undefine __*_TYPE when preprocessing fixtmp.c
From-SVN: r6961
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4d3274b..4e63044 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