diff options
| author | 2025-12-11 20:32:23 +0100 | |
|---|---|---|
| committer | 2025-12-11 20:32:23 +0100 | |
| commit | 2bbdb7a6b8204ae3caa5235c4ba637834036a299 (patch) | |
| tree | 08e921023f54c10389aa52615fd902af69223053 | |
| parent | 8f14da7ea9032f31cb35e43ac7159274c10dc541 (diff) | |
default to C11
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |