[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: space leak from `values'
From:
Miles Bader
Subject:
Re: space leak from `values'
Date:
2004年7月29日 16:50:42 +0900
address@hidden (Kim F. Storm) writes:
> + DEFUN ("setnthcdr", Fsetnthcdr, Ssetnthcdr, 2, 3, 0,
> + doc: /* Set cdr of Nth element of LIST to VALUE (nil if omitted),
> returns the result.
What's wrong with (setcdr (nthcdr (1- N) LIST) VALUE) ?
-Miles
--
.Numeric stability is probably not all that important when you're guessing.