summaryrefslogtreecommitdiff
path: root/libguile/gh.h
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2001-04-28 17:23:23 +0000
committerRob Browning <rlb@defaultvalue.org>2001-04-28 17:23:23 +0000
commitaf92e2b53d00cd32c1a6aac1feaf36457d476530 (patch)
tree7dff4ba4b4ca6f0238366e2a0f0e071c278a131f /libguile/gh.h
parentc90fcdf63f78dc6903be4c8d42e3977c05b552d5 (diff)
downloadguile-af92e2b53d00cd32c1a6aac1feaf36457d476530.tar.gz
* gh.h (gh_int2scmb): deprecation expired - removed.
Diffstat (limited to 'libguile/gh.h')
-rw-r--r--libguile/gh.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libguile/gh.h b/libguile/gh.h
index c7c88907c..b2b5289ab 100644
--- a/libguile/gh.h
+++ b/libguile/gh.h
@@ -238,14 +238,6 @@ void gh_newline (void);
/* void gh_assert(int cond, char *msg, SCM obj); */
-
-
-#if (SCM_DEBUG_DEPRECATED == 0)
-
-SCM gh_int2scmb(int x); /* this is being phased out */
-
-#endif /* SCM_DEBUG_DEPRECATED == 0 */
-
#ifdef __cplusplus
}
#endif