use std=c99 - gramscii - A simple editor for ASCII box-and-arrow charts | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 203aa53eae985ca565a41c3a73019fea4518674e | |
parent 6042c9f07fe79651893953e1f3f69528806a8a5d | |
Author: KatolaZ <[email protected]> | |
Date: Mon, 5 Aug 2019 07:08:41 +0100 | |
use std=c99 | |
Diffstat: | |
M config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -3,5 +3,5 @@ PREFIX = /usr/local | |
BINDIR = ${PREFIX}/bin | |
MANDIR = ${PREFIX}/share/man | |
-CFLAGS = -O3 -std=c90 -pedantic -Wall | |
+CFLAGS = -O3 -std=c99 -pedantic -Wall | |
#CC = cc |