Don't allow &aux to bind constants.
commit7507713ee8790012cb2d5c522d07cb7b7d58c781
authorStas Boukarev <stassats@gmail.com>
Tue, 2 Jan 2018 15:10:29 +0000 (2 18:10 +0300)
committerStas Boukarev <stassats@gmail.com>
Tue, 2 Jan 2018 15:22:04 +0000 (2 18:22 +0300)
treef9905bd52032c1bd62e37d21271570c037638d63
parent03ec4db2124547cd9925b81b8daa546fe5b40065
Don't allow &aux to bind constants.

Fixes lp#1740868.
src/compiler/parse-lambda-list.lisp
tests/bad-code.pure.lisp [new file with mode: 0644]
tests/compiler-2.pure.lisp