Be more portable about getting C99 features. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit f7e41a52845de8937e9e99e005b3d4f368aea3e3
(DIR) parent c7c0076e0423e1682ff7a1ad378a66e0a3c5226f
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Sun, 4 Sep 2016 21:36:55 -0500
Be more portable about getting C99 features.
Diffstat:
config.mk.def | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
(DIR) diff --git a/config.mk.def b/config.mk.def
@@ -2,8 +2,7 @@
# copyright 2015 Rob King <jking@deadpixi.com>
# CC is the C compiler to use
-CC=c99
-# CC=gcc -std=c89 is another good option
+CC=gcc -std=c99
# STANDARDS names the C preprocessor defines that need to
# be present to get a more-or-less standard compilation