From ead3df255f79f60257ae9626e7d52838de3caa67 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 5 Jan 2022 15:14:32 +0100 Subject: Added docs on checkauto util program. Renamed (mainly internal) c_rawstr type to crawstr. --- examples/runall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/runall.sh b/examples/runall.sh index 3c6e3ec9..440bdc34 100644 --- a/examples/runall.sh +++ b/examples/runall.sh @@ -1,5 +1,5 @@ #!/bin/bash -cc='clang -O2 -Wall -std=c99 -pedantic' +cc='gcc -O2 -Wall -std=c99 -pedantic' #cc='clang' #cc='clang -c -DSTC_HEADER' #cc='cl -nologo' -- cgit v1.2.3