diff options
Diffstat (limited to 'libguile/gh.h')
-rw-r--r-- | libguile/gh.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/gh.h b/libguile/gh.h index 4898f71bd..e7dd9ea1d 100644 --- a/libguile/gh.h +++ b/libguile/gh.h @@ -23,6 +23,8 @@ */ #include <libguile.h> +#if SCM_ENABLE_DEPRECATED + #ifdef __cplusplus extern "C" { #endif @@ -230,6 +232,8 @@ SCM_API void gh_newline (void); } #endif +#endif + #endif /* __GH_H */ /* |