Remove a warning by using #ifndef instead of #if.

This commit is contained in:
Alex Shinn 2014-05-07 15:06:54 -04:00
parent 21980b21aa
commit ffcf606251

View file

@ -436,7 +436,7 @@
#define SEXP_USE_FLAT_SYNTACTIC_CLOSURES 0
#endif
#if SEXP_USE_UNWRAPPED_TOPLEVEL_BINDINGS
#ifndef SEXP_USE_UNWRAPPED_TOPLEVEL_BINDINGS
#define SEXP_USE_UNWRAPPED_TOPLEVEL_BINDINGS 0
#endif