Made DEFUN SETF work correctly for &rest parameters in argument
commitcd7017c6c95889ff271aae4e31fae125221d938e
authorVladimir Sedach <vsedach@gmail.com>
Mon, 28 Dec 2009 08:49:54 +0000 (28 03:49 -0500)
committerVladimir Sedach <vsedach@gmail.com>
Mon, 28 Dec 2009 08:49:54 +0000 (28 03:49 -0500)
tree83cf64388a90b643ed88961e62bccf7f9a78e2c3
parent56d3732b834d212c71b7516c3f536d469cb611f5
Made DEFUN SETF work correctly for &rest parameters in argument
signatures. However, this means that the store-form now gets evaluated
before the arguments to the updating function.
src/special-forms.lisp
t/ps-tests.lisp
t/reference-tests.lisp