Temperarly turn off building the tree with c99.

I swore this made it thru a 'make world', but I don't know what happened.
This commit is contained in:
obrien 2003-06-02 00:11:07 +00:00
parent 5ba1cfe547
commit e15b452288

View File

@ -8,7 +8,7 @@
# for GCC: http://gcc.gnu.org/onlinedocs/gcc-3.0.4/gcc_3.html#IDX143
CSTD ?= c99
#CSTD ?= c99
.if ${CSTD} != ""
. if ${CSTD} == "k&r"
CFLAGS += -traditional