Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
authorMarius Vollmer <mvo@zagadka.de>
Tue, 6 Jul 2004 11:02:47 +0000 (11:02 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 6 Jul 2004 11:02:47 +0000 (11:02 +0000)
commit00874d5fb023fd68c03f0df33eccb6554da32ea2
tree5e1a1f4c76be830c85dece096518ded28bd86ee4
parent054ebf6ca539dee2bfc9965781313c0d32faa51f
Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
scm_from_bool, and scm_is_bool, respectively.
guile-readline/readline.c
srfi/srfi-1.c
srfi/srfi-13.c
srfi/srfi-14.c
srfi/srfi-4.c