* syncase.scm: Set expansion-eval-closure to
[bpt/guile.git] / libguile.h
index 0dea624..5d014d6 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SCM_LIBGUILE_H
 #define SCM_LIBGUILE_H
 
-/* Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -60,6 +60,7 @@ extern "C" {
 #include "libguile/error.h"
 #include "libguile/eval.h"
 #include "libguile/evalext.h"
+#include "libguile/extensions.h"
 #include "libguile/feature.h"
 #include "libguile/filesys.h"
 #include "libguile/fluids.h"
@@ -128,9 +129,7 @@ extern "C" {
 #include "libguile/debug.h"
 #include "libguile/stacks.h"
 #endif
-#ifdef USE_THREADS
 #include "libguile/threads.h"
-#endif
 #include "libguile/inline.h"
 
 #ifdef __cplusplus