Allow IGNORE to be used on MACROLET.
commit06b21138cc857497844a054299aa3cb61d212853
authorStas Boukarev <stassats@gmail.com>
Thu, 16 Feb 2017 01:22:15 +0000 (16 04:22 +0300)
committerStas Boukarev <stassats@gmail.com>
Thu, 16 Feb 2017 02:32:48 +0000 (16 05:32 +0300)
tree0d0cb91d223d7dc37265033266e52f40f6b45008
parentf5dc006fe4bcac8f1a1c8c409f8907b5b27636bf
Allow IGNORE to be used on MACROLET.

Just ignore the IGNORE declaration.
contrib/sb-cltl2/env.lisp
src/code/eval.lisp
src/compiler/ir1-translators.lisp
src/compiler/ir1tran-lambda.lisp
src/compiler/ir1tran.lisp
src/compiler/main.lisp
tests/compiler.pure.lisp