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_funcs.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libguile/gh_funcs.c') diff --git a/libguile/gh_funcs.c b/libguile/gh_funcs.c index c789ce097..28e6dc647 100644 --- a/libguile/gh_funcs.c +++ b/libguile/gh_funcs.c @@ -21,6 +21,8 @@ #include "libguile/gh.h" +#if SCM_ENABLE_DEPRECATED + /* allows you to define new scheme primitives written in C */ SCM gh_new_procedure (const char *proc_name, SCM (*fn) (), @@ -143,6 +145,8 @@ gh_call3 (SCM proc, SCM arg1, SCM arg2, SCM arg3) return scm_apply (proc, arg1, scm_cons2 (arg2, arg3, scm_listofnull)); } +#endif /* SCM_ENABLE_DEPRECATED */ + /* Local Variables: c-file-style: "gnu" -- cgit v1.2.3