From 2bbdb7a6b8204ae3caa5235c4ba637834036a299 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 11 Dec 2025 20:32:23 +0100 Subject: default to C11 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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; -- cgit v1.2.3