diff options
author | Marius Vollmer <mvo@zagadka.de> | 2006-01-29 19:09:52 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2006-01-29 19:09:52 +0000 |
commit | 2f263a6a0b3c96f5852aaaa1dcae3ae17cc32b83 (patch) | |
tree | 3c7d9c7ec863e5d21aae9398d75f75efe813b7fe /libguile/futures.c | |
parent | 661ae7ab6be5aec4d6107902cff94dbb8952a24a (diff) | |
download | guile-2f263a6a0b3c96f5852aaaa1dcae3ae17cc32b83.tar.gz |
* futures.h, futures.c: Wrap whole contents in "#if 0"/"#endif".
* eval.c, init.c: Comment out all 'future' related things.
Diffstat (limited to 'libguile/futures.c')
-rw-r--r-- | libguile/futures.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libguile/futures.c b/libguile/futures.c index f7d53a6aa..f465cfcfd 100644 --- a/libguile/futures.c +++ b/libguile/futures.c @@ -18,6 +18,12 @@ +#if 0 + +/* This whole file is not being compiled. See futures.h for the + reason. +*/ + #include "libguile/_scm.h" #include "libguile/eval.h" #include "libguile/ports.h" @@ -360,6 +366,8 @@ scm_init_futures () #include "libguile/futures.x" } +#endif + /* Local Variables: c-file-style: "gnu" |