* hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fn
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Mon, 8 Oct 2001 21:23:00 +0000 (21:23 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Mon, 8 Oct 2001 21:23:00 +0000 (21:23 +0000)
commitee083ac29f32c5657f02fae999701310bd7da7bf
tree85f677290cfa21e043307ddac056b7379436884c
parentc81f296a087281bab5a8708b2b16966e328c2363
* hashtab.c (scm_hash_fn_create_handle_x):  The result of assoc_fn
is known to be #f if no entry is found.  Thus, use !SCM_FALSEP
instead of SCM_NIMP to test for that case.

* strings.h (SCM_SET_STRING_LENGTH):  Cast the length to
scm_t_bits instead of long.
libguile/ChangeLog
libguile/hashtab.c
libguile/strings.h