Added IGNORABLE declaration to MATCH macro expansion.
Wed Apr 27 21:04:36 UTC 2005 mantoniotti
* Added IGNORABLE declaration to MATCH macro expansion.
Added IGNORABLE declaration to MATCH macro expansion.
This is useful in quieting various compilers.
hunk ./match-block.lisp 45
+ (declare (ignorable ,@(mapcar #'first (generate-var-bindings))))[_^M_][_$_]
hunk ./match-block.lisp 47
+ [_^M_][_$_]
+ ;; Yes. The above is sligthly wasteful.[_^M_][_$_]
+[_^M_][_$_]