use std=c99 - gramscii - A simple editor for ASCII box-and-arrow charts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 203aa53eae985ca565a41c3a73019fea4518674e
 (DIR) parent 6042c9f07fe79651893953e1f3f69528806a8a5d
 (HTM) Author: KatolaZ <katolaz@freaknet.org>
       Date:   Mon,  5 Aug 2019 07:08:41 +0100
       
       use std=c99
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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