diff options
Diffstat (limited to 'libguile/gh_data.c')
-rw-r--r-- | libguile/gh_data.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/gh_data.c b/libguile/gh_data.c index 39c3de152..d0423f7dd 100644 --- a/libguile/gh_data.c +++ b/libguile/gh_data.c @@ -28,6 +28,8 @@ #include <assert.h> +#if SCM_ENABLE_DEPRECATED + /* data conversion C->scheme */ SCM @@ -648,6 +650,8 @@ gh_module_lookup (SCM module, const char *sname) } #undef FUNC_NAME +#endif /* SCM_ENABLE_DEPRECATED */ + /* Local Variables: c-file-style: "gnu" |