summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-09-20 13:45:33 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-09-20 13:45:33 +0200
commit27bd24db0e5422abd4e4b702aa0faead4c988c4e (patch)
tree42754e87f5e6caa87cd65e0c377d9f1a6812ce6e
parent7e5a799a46f6aca1525efa2df38026a1917f3edd (diff)
SCM/continue.h: #include standard C headers.
-rw-r--r--SCM/continue.h3
-rw-r--r--SCM/scmflags.h4
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