promises aren't necessarily a type!

This commit is contained in:
Alex Shinn 2011-02-09 10:14:41 -05:00
parent e455d7b2cb
commit 7fc2c9d716

View file

@ -118,7 +118,9 @@ enum sexp_types {
SEXP_STACK,
SEXP_CONTEXT,
SEXP_CPOINTER,
#if SEXP_USE_AUTO_FORCE
SEXP_PROMISE,
#endif
SEXP_NUM_CORE_TYPES
};