* libguile.h: Mark these as C declarations, for compilation by C++
authorJim Blandy <jimb@red-bean.com>
Tue, 6 Oct 1998 15:46:06 +0000 (15:46 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 6 Oct 1998 15:46:06 +0000 (15:46 +0000)
compilers.

libguile/libguile.h

index 8e0ef8a..81bb635 100644 (file)
@@ -43,7 +43,9 @@
  * If you do not wish that, delete this exception notice.  */
 \f
 
-\f
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 #include "libguile/__scm.h"
 
 #include "libguile/threads.h"
 #endif
 
+#ifdef __cplusplus
+}
+#endif
+
 \f
 
 #endif  /* LIBGUILEH */