aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-11 20:32:23 +0100
committerlemon <lsof@mailbox.org>2025-12-11 20:32:23 +0100
commit2bbdb7a6b8204ae3caa5235c4ba637834036a299 (patch)
tree08e921023f54c10389aa52615fd902af69223053
parent8f14da7ea9032f31cb35e43ac7159274c10dc541 (diff)
default to C11
-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;