* list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_product,
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Mon, 21 Apr 2003 01:35:33 +0000 (01:35 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Mon, 21 Apr 2003 01:35:33 +0000 (01:35 +0000)
commit9ff1720f85d19bb617c2df2f87280376f65ece9d
tree9bd55effb0baf595733e754347470d400afd8738
parent05b1536228c22eeeeb5db66dd0a929e5e2888bc9
* list.c (scm_cons_star), ramap.c (scm_ra_sum, scm_ra_product,
scm_array_map_x), unif.c (l2ra): Prefer !SCM_NULLP over
SCM_NNULLP.  Now, guile itself does not include any calls to
SCM_NNULLP any more.
libguile/ChangeLog
libguile/list.c
libguile/ramap.c
libguile/unif.c