Some of the variable types are not symbols, hence we must precede declarations with TYPE.

This commit is contained in:
jgarcia 2006-04-24 08:44:50 +00:00
parent 5e31168db1
commit db290fc2dd

View file

@ -211,7 +211,7 @@
(push `(ignorable ,@is) declarations))
(loop for (var . type) in ts
unless (member var new-variable-names)
do (push (list type var) declarations))
do (push `(type ,type ,var) declarations))
(setq body
(cond (aux-vars
(let ((let nil))