(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
authorMarius Vollmer <mvo@zagadka.de>
Wed, 1 Aug 2001 21:27:59 +0000 (21:27 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 1 Aug 2001 21:27:59 +0000 (21:27 +0000)
commitccbd262bd13991093e10044785c61a50e4e22a30
tree17e7733ea2608f0a4ea0f17275e9ba9b10f71432
parent29aa75ea12ceca938d699d3383d7e2e48fd4a1d4
(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
scm_char_upper_case_p, scm_char_lower_case_p, scm_char_is_both_p): Do
not require characters to fulfill isascii in addition to the primary
predicate.
libguile/chars.c