aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ec3052f..8498a45 100644
--- a/main.c
+++ b/main.c
@@ -523,7 +523,7 @@ main(int argc, char **argv)
/* setup defaults */
detectcolor();
sysinclpaths();
- ccopt.cstd = STDC99;
+ ccopt.cstd = STDC11;
ccopt.pie = 1;
ccopt.dbgout = &bstdout;