(FIXPROTO_DEFINES): Set to -D__EXTENSIONS__.

From-SVN: r7332
This commit is contained in:
Jason Merrill 1994-05-18 23:08:30 +00:00
parent 68f6ed7f20
commit 9ae435031b

View File

@ -23,3 +23,6 @@ CLIB = -lmld -lmalloc
# Show we need to use the C version of ALLOCA
ALLOCA = alloca.o
# Find all of the declarations from the header files
FIXPROTO_DEFINES= -D__EXTENSIONS__