aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-12 21:43:15 +0200
committerMattias Andrée <maandree@kth.se>2019-04-12 21:43:15 +0200
commita2c0a557de306fe7a0db61065480146eee095278 (patch)
tree3de9a30180fa5e89a00232b2ea8b11242a4932a0
parentAdd README (diff)
downloadliberror-libc-a2c0a557de306fe7a0db61065480146eee095278.tar.gz
liberror-libc-a2c0a557de306fe7a0db61065480146eee095278.tar.bz2
liberror-libc-a2c0a557de306fe7a0db61065480146eee095278.tar.xz
Use C99 rather than C11
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index fdfd458..a758b76 100644
--- a/config.mk
+++ b/config.mk
@@ -2,5 +2,5 @@ PREFIX = /usr
MANPREFIX = $(PREFIX)/share/man
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
-CFLAGS = -std=c11 -Wall -pedantic
+CFLAGS = -std=c99 -Wall -pedantic
LDFLAGS = -s