Undefine __*_TYPE when preprocessing fixtmp.c

From-SVN: r6961
This commit is contained in:
Jason Merrill 1994-04-04 21:21:02 +00:00
parent 6c8ceeae0e
commit cf78b2a7bc
1 changed files with 1 additions and 1 deletions

View File

@ -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