Stricter parsing of DEFSETF
commit92ea03c0b5a106c7a744823dd0d8c7b4ac21d578
authorDouglas Katzman <dougk@google.com>
Tue, 5 May 2015 23:21:06 +0000 (5 19:21 -0400)
committerDouglas Katzman <dougk@google.com>
Tue, 5 May 2015 23:45:43 +0000 (5 19:45 -0400)
tree286d3bacee88336768dee8bf6d8009ceed2f02d1
parentfe4c75bcd97df5218a5ac132addccec5cc7403c5
Stricter parsing of DEFSETF

Also (DEFSETF (SETF f) ...) in the short form used to be accepted
by the macro but fail in ASSIGN-SETF-MACRO. Now it fails to parse.
NEWS
src/code/setf.lisp
tests/setf.impure.lisp