diff options
author | Rob Browning <rlb@defaultvalue.org> | 2001-04-28 17:23:48 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2001-04-28 17:23:48 +0000 |
commit | 91faf22772c94eb776e3b6492cb146ef9f20622b (patch) | |
tree | e520d0fe237e4e1681c28b7f7534c2391fa7980e /libguile/gh_data.c | |
parent | af92e2b53d00cd32c1a6aac1feaf36457d476530 (diff) | |
download | guile-91faf22772c94eb776e3b6492cb146ef9f20622b.tar.gz |
* gh_data.c (gh_int2scmb): deprecation expired - removed.
Diffstat (limited to 'libguile/gh_data.c')
-rw-r--r-- | libguile/gh_data.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libguile/gh_data.c b/libguile/gh_data.c index 86ad5a2c1..48361645b 100644 --- a/libguile/gh_data.c +++ b/libguile/gh_data.c @@ -48,16 +48,6 @@ /* data conversion C->scheme */ -#if (SCM_DEBUG_DEPRECATED == 0) - -SCM -gh_int2scmb (int x) /* this is being phased out */ -{ - return SCM_BOOL(x); -} - -#endif /* SCM_DEBUG_DEPRECATED == 0 */ - SCM gh_bool2scm (int x) { |