1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* libguile.h: Mark these as C declarations, for compilation by C++

compilers.
This commit is contained in:
Jim Blandy 1998-10-06 15:46:06 +00:00
parent d021129f24
commit 3401653fe0

View file

@ -43,7 +43,9 @@
* If you do not wish that, delete this exception notice. */
#ifdef __cplusplus
extern "C" {
#endif
#include "libguile/__scm.h"
@ -122,6 +124,10 @@
#include "libguile/threads.h"
#endif
#ifdef __cplusplus
}
#endif
#endif /* LIBGUILEH */