Rename bindings should be the default.

This commit is contained in:
Alex Shinn 2014-03-10 00:11:05 +09:00
parent b84c205f03
commit c45780656c

View file

@ -424,7 +424,7 @@
#define SEXP_USE_RENAME_BINDINGS 1 #define SEXP_USE_RENAME_BINDINGS 1
#else #else
#ifndef SEXP_USE_RENAME_BINDINGS #ifndef SEXP_USE_RENAME_BINDINGS
#define SEXP_USE_RENAME_BINDINGS 0 #define SEXP_USE_RENAME_BINDINGS 1
#endif #endif
#endif #endif