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

index c7c8890..b2b5289 100644 (file)
@@ -238,14 +238,6 @@ void gh_newline (void);
 
 /* void  gh_assert(int cond, char *msg, SCM obj); */
 
-\f
-
-#if (SCM_DEBUG_DEPRECATED == 0)
-
-SCM gh_int2scmb(int x);                /* this is being phased out */
-
-#endif  /* SCM_DEBUG_DEPRECATED == 0 */
-
 #ifdef __cplusplus
 }
 #endif