diff options
Diffstat (limited to 'libguile/gh.h')
-rw-r--r-- | libguile/gh.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libguile/gh.h b/libguile/gh.h index 386353bac..5a6485f88 100644 --- a/libguile/gh.h +++ b/libguile/gh.h @@ -43,6 +43,10 @@ #ifndef __GH_H #define __GH_H +#ifdef __cplusplus +extern "C" { +#endif + #include <stdio.h> #include <libguile.h> @@ -226,5 +230,8 @@ void gh_newline (void); /* void gh_assert(int cond, char *msg, SCM obj); */ +#ifdef __cplusplus +} +#endif #endif /* __GH_H */ |