(scm_srfi1_delete, scm_srfi1_delete_duplicates): Use a
authorKevin Ryde <user42@zip.com.au>
Sat, 4 Feb 2006 00:50:39 +0000 (00:50 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 4 Feb 2006 00:50:39 +0000 (00:50 +0000)
commitcf9d3c47fd37dbe7589864383c650a3d6f853cbe
tree1ca3ede934fb20539ed9df3ab5afeb7c09b123fb
parent6459d139d540cd344f45365c5d00327b3274af2e
(scm_srfi1_delete, scm_srfi1_delete_duplicates): Use a
count to protect against nasty code in the equality procedure changing
the lists we're working on.  The results don't have to be sensible in
that case, just not hang or access non-cells.
srfi/srfi-1.c