* srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
authorGary Houston <ghouston@arglist.com>
Wed, 11 Jul 2001 20:47:07 +0000 (20:47 +0000)
committerGary Houston <ghouston@arglist.com>
Wed, 11 Jul 2001 20:47:07 +0000 (20:47 +0000)
commitdd84cd4d1fd4f216b9c473c37eeeef790867c925
treeda90ac4127fa923d7107689f969edfc4705860cc
parenta7c0d85cb6e65e187e3b58dde65903244096ace1
* srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
return #t instead of giving wrong-number-of-arguments . take a
single "rest" argument.  use memcmp instead of a loop to compare
the values.
srfi-14.h: update the declaration.
srfi/ChangeLog
srfi/srfi-14.c
srfi/srfi-14.h