diff options
-rw-r--r-- | SCM/continue.h | 3 | ||||
-rw-r--r-- | SCM/scmflags.h | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/SCM/continue.h b/SCM/continue.h index 9f1d78f..2acb368 100644 --- a/SCM/continue.h +++ b/SCM/continue.h @@ -18,6 +18,9 @@ /* "continue.h" Scheme Continuations for C. Author: Aubrey Jaffer. */ +#define STDC_HEADERS +#include <stdlib.h> + /* If stack is not longword aligned then */ /* #define SHORT_ALIGN */ diff --git a/SCM/scmflags.h b/SCM/scmflags.h index e69de29..a3c5ea6 100644 --- a/SCM/scmflags.h +++ b/SCM/scmflags.h @@ -0,0 +1,4 @@ +//#undef SHORT_ALIGN +//#define CHEAP_CONTINUATIONS +//#undef STACK_GROWS_UP +//#define CONTINUATION_OTHER |