diff options
Diffstat (limited to 'main.c')
| -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; |