summaryrefslogtreecommitdiff
path: root/libguile/deprecated.h
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-07-08 15:41:48 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-07-08 15:41:48 +0000
commit5a572ca13c2258defb9355122febf4f04276b97e (patch)
treed340767309574e2d1b4c7d0191d07f89758493f8 /libguile/deprecated.h
parentd19905925431ab12bbdcf5c26cd6478fad7755fb (diff)
downloadguile-5a572ca13c2258defb9355122febf4f04276b97e.tar.gz
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
SCM_I_MAKINUM and changed all uses. * deprecated.h, deprecated.c (SCM_MAKINUM): Newly deprecated.
Diffstat (limited to 'libguile/deprecated.h')
-rw-r--r--libguile/deprecated.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/deprecated.h b/libguile/deprecated.h
index 0091d7c46..039ec540f 100644
--- a/libguile/deprecated.h
+++ b/libguile/deprecated.h
@@ -323,9 +323,7 @@ SCM_API SCM scm_gentemp (SCM prefix, SCM obarray);
^ (SCM_UNPACK (SCM_BOOL_T) \
^ SCM_UNPACK (SCM_BOOL_F))))
-#if 0
SCM_API SCM SCM_MAKINUM (scm_t_signed_bits val);
-#endif
void scm_i_init_deprecated (void);