(scm_is_bool): Fix typo.
authorMarius Vollmer <mvo@zagadka.de>
Tue, 6 Jul 2004 10:25:37 +0000 (10:25 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 6 Jul 2004 10:25:37 +0000 (10:25 +0000)
commit1fe56d60fda532eba3b4f689a671a2f939191e50
treeb97debd1fff67458fc83454477117032e3c44672
parent73e4de09b9f21609251df9e1098105208bac1a63
(scm_is_bool): Fix typo.

* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
SCM_NEGATE_BOOL, SCM_BOOLP): Deprecated by moving into "deprecated.h".
Replaced all uses with scm_is_false, scm_is_true, scm_from_bool, and
scm_is_bool, respectively.
libguile/boolean.c