diff options
author | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-09-20 13:45:33 +0200 |
---|---|---|
committer | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-09-20 13:45:33 +0200 |
commit | 27bd24db0e5422abd4e4b702aa0faead4c988c4e (patch) | |
tree | 42754e87f5e6caa87cd65e0c377d9f1a6812ce6e /SCM | |
parent | 7e5a799a46f6aca1525efa2df38026a1917f3edd (diff) |
SCM/continue.h: #include standard C headers.
Diffstat (limited to 'SCM')
-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 |