* gh_data.c (gh_int2scmb): deprecation expired - removed.
authorRob Browning <rlb@defaultvalue.org>
Sat, 28 Apr 2001 17:23:48 +0000 (17:23 +0000)
committerRob Browning <rlb@defaultvalue.org>
Sat, 28 Apr 2001 17:23:48 +0000 (17:23 +0000)
libguile/gh_data.c

index 86ad5a2..4836164 100644 (file)
 
 /* 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)
 {