(scm_srfi1_count, scm_srfi1_filter_map): Don't modify the
authorKevin Ryde <user42@zip.com.au>
Sat, 23 Apr 2005 00:10:50 +0000 (00:10 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 23 Apr 2005 00:10:50 +0000 (00:10 +0000)
commiteccd308a5be36fbff7cb8602a604ea16acbc0fd0
tree67fbd21f231c43f4c8ed866c63e96e19a6334f61
parent8cb2eff840e244f64720a2a224db676c09531fdf
(scm_srfi1_count, scm_srfi1_filter_map): Don't modify the
rest argument, that belongs to the caller when reached from apply.
Use a temp vector like scm_srfi1_for_each.
srfi/srfi-1.c