From 27bd24db0e5422abd4e4b702aa0faead4c988c4e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 20 Sep 2008 13:45:33 +0200 Subject: SCM/continue.h: #include standard C headers. --- SCM/continue.h | 3 +++ SCM/scmflags.h | 4 ++++ 2 files changed, 7 insertions(+) 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 + /* 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 -- cgit v1.2.3