From 4f1dd109b829a763f8a3d071e9172b25fcad3825 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 2 Jun 2003 06:26:14 +0000 Subject: Turn back on c99, the tree should be ready for it now. --- share/mk/bsd.sys.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/mk') diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index b8a876d..25c7056 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -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 -- cgit v1.1