X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdefbangstruct.lisp;h=c16b0fc4dd28b0230def9766d7b9c9f7373f9490;hb=11b388bac03fea3220e058eb93466bef7b66af75;hp=9ba54be6497b875c121da44e5d3129c83d492c46;hpb=9719063b661a99d2cc2a1d9b2ea7dd81145ded59;p=sbcl.git diff --git a/src/code/defbangstruct.lisp b/src/code/defbangstruct.lisp index 9ba54be..c16b0fc 100644 --- a/src/code/defbangstruct.lisp +++ b/src/code/defbangstruct.lisp @@ -75,7 +75,7 @@ ;;; objects (defun just-dump-it-normally (object &optional (env nil env-p)) (declare (type structure!object object)) - (declare (ignorable env env-p)) + (declare (ignorable env env-p object)) ;; KLUDGE: we require essentially three different behaviours of ;; JUST-DUMP-IT-NORMALLY, two of which (host compiler's ;; MAKE-LOAD-FORM, cross-compiler's MAKE-LOAD-FORM) are handled by