mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-15 08:57:33 +02:00
promises aren't necessarily a type!
This commit is contained in:
parent
e455d7b2cb
commit
7fc2c9d716
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue