Turn back on c99, the tree should be ready for it now.

This commit is contained in:
David E. O'Brien 2003-06-02 06:26:14 +00:00
parent cef2a2e364
commit 1cd2abf7af

View File

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