* deprecated.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOLP, SCM_BOOL):
authorMarius Vollmer <mvo@zagadka.de>
Tue, 27 Jul 2004 15:39:25 +0000 (15:39 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 27 Jul 2004 15:39:25 +0000 (15:39 +0000)
commit2ad58b2a89598490f27813caa5a6da66cc1593a0
tree9de973d2a9da61f89df2880df4c9f97d941bc80f
parente759bc7c331a19d0389aa9471febb39746680011
* deprecated.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOLP, SCM_BOOL):
Reimplement using scm_is_false, scm_is_true, scm_is_bool, and
scm_from_bool, respectively.
(SCM_NINUMP): Added.

* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
deprecated.h.  Replaced all uses with scm_is_eq.
libguile/deprecated.h