1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

* gh_data.c (gh_int2scmb): deprecation expired - removed.

This commit is contained in:
Rob Browning 2001-04-28 17:23:48 +00:00
parent af92e2b53d
commit 91faf22772

View file

@ -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)
{