Undefine __*_TYPE when preprocessing fixtmp.c
From-SVN: r6961
This commit is contained in:
parent
6c8ceeae0e
commit
cf78b2a7bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user