mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 03:36:36 +02:00
Remove a warning by using #ifndef instead of #if.
This commit is contained in:
parent
21980b21aa
commit
ffcf606251
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@
|
||||||
#define SEXP_USE_FLAT_SYNTACTIC_CLOSURES 0
|
#define SEXP_USE_FLAT_SYNTACTIC_CLOSURES 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SEXP_USE_UNWRAPPED_TOPLEVEL_BINDINGS
|
#ifndef SEXP_USE_UNWRAPPED_TOPLEVEL_BINDINGS
|
||||||
#define SEXP_USE_UNWRAPPED_TOPLEVEL_BINDINGS 0
|
#define SEXP_USE_UNWRAPPED_TOPLEVEL_BINDINGS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue