Better error for malformed type declarations.
authorStas Boukarev <stassats@gmail.com>
Wed, 16 May 2012 16:30:04 +0000 (20:30 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 16 May 2012 16:30:04 +0000 (20:30 +0400)
commit36d9136bc698c1c23accaf5cc324cc286dbb62e5
tree3e808f28f67572edba85a0fd007145508d077b71
parent01cc9978e742a5e3a7882e397b01857bed774501
Better error for malformed type declarations.

Give proper error messages for things like
(declare (type (integer 1 . 2) a)).
NEWS
src/code/parse-defmacro-errors.lisp
tests/compiler.pure.lisp