mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
tests: add std=c89 as build option
Since chibi already compiles with c89, it should not be too bad to maintain this compatibility.
This commit is contained in:
parent
f449bd157d
commit
9c680217d7
1 changed files with 1 additions and 0 deletions
|
@ -36,3 +36,4 @@ CPPFLAGS=-DSEXP_USE_MUTABLE_STRINGS=0
|
|||
CPPFLAGS=-DSEXP_USE_STRING_INDEX_TABLE=1
|
||||
CPPFLAGS=-DSEXP_USE_STRICT_TOPLEVEL_BINDINGS=1
|
||||
CPPFLAGS=-DSEXP_USE_NO_FEATURES=1
|
||||
CFLAGS=-std=c89
|
||||
|
|
Loading…
Add table
Reference in a new issue