From 5c56ebe15b9b87d8f99b970a4719cb19e8b9b10b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 12 Jun 2005 12:34:52 +0000 Subject: Deprecated everything. --- libguile/gh_data.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libguile/gh_data.c') 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 +#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" -- cgit v1.2.3