* gh_predicates.c (gh_boolean_p, gh_symbol_p, gh_char_p,
authorJim Blandy <jimb@red-bean.com>
Tue, 2 Sep 1997 23:17:15 +0000 (23:17 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 2 Sep 1997 23:17:15 +0000 (23:17 +0000)
commite69ebe6af648e2b6c857a213d2c647ae43f2e580
tree33dc31961b58153bfc9d93d87d9415e2f50ded55
parent1ff4df7a834031d521638bca8f7a14d913770bd3
* gh_predicates.c (gh_boolean_p, gh_symbol_p, gh_char_p,
gh_vector_p, gh_pair_p, gh_number_p, gh_string_p, gh_procedure_p,
gh_list_p, gh_inexact_p, gh_exact_p, gh_eq_p, gh_eqv_p,
gh_equal_p): Use SCM_NFALSEP, instead of testing against
SCM_BOOL_T.  Any non-false value is true.
libguile/gh_predicates.c