* debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>.
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Thu, 11 Oct 2001 22:26:25 +0000 (22:26 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Thu, 11 Oct 2001 22:26:25 +0000 (22:26 +0000)
commit37c56aecf830c10f43d122659584674e61e974ba
tree85c8656cc0b80d9e95dc9548fe47212201c86c05
parent79d34f68e7bc6cb534a6392d2d145dba9ac86a2b
* debug.c (scm_make_iloc):  Prefer !SCM_<foo> over SCM_N<foo>.

(scm_memcons, scm_mem_to_proc):  When building lists, prefer
scm_list_<n> over scm_cons[2]?.

(scm_mem_to_proc):  Prefer SCM_CONSP over SCM_NIMP.

(scm_procedure_name):  Use SCM_CADR instead of explicit form.

(debugobj_print):  Coerce scm_intprint arg 1 to long, not int.
Thanks to Rob Browning for the patch (see log entry 2001-09-21) -
for some reason his patch didn't make it into the cvs.
libguile/ChangeLog
libguile/debug.c