(SCM_INUMP, SCM_NINUMP, SCM_INUM): Deprecated by reenaming them to
authorMarius Vollmer <mvo@zagadka.de>
Fri, 23 Jul 2004 15:29:27 +0000 (15:29 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 23 Jul 2004 15:29:27 +0000 (15:29 +0000)
commit3aa13a0579ec82845fa5374ac3fdf673d874d3e0
treea09efb8dad95bcc2dddd92e89d66d1cfa315288a
parentae13e8e1ca81494bd45bc5e86750b67979036470
(SCM_INUMP, SCM_NINUMP, SCM_INUM): Deprecated by reenaming them to
SCM_I_INUMP, SCM_I_NINUMP and SCM_I_INUM, respectively and adding
deprecated versions to deprecated.h and deprecated.c.  Changed all
uses to either use the SCM_I_ variants or scm_is_*, scm_to_*, or
scm_from_*, as appropriate.
libguile/deprecated.c
libguile/deprecated.h
libguile/numbers.h