X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fparse-body.lisp;h=616b16bfe51a3e9474bb7efea73a89f73eb531c5;hb=403bacffd903f8c5787a182f4133cffc69b55dc0;hp=f19db1c0bb35b1c1ac8695163948f451caa040a9;hpb=0b39d68b05ef669f812a6bf570126505d931bf96;p=sbcl.git diff --git a/src/code/parse-body.lisp b/src/code/parse-body.lisp index f19db1c..616b16b 100644 --- a/src/code/parse-body.lisp +++ b/src/code/parse-body.lisp @@ -52,9 +52,12 @@ (if (consp x) (let ((name (car x))) (if (eq name 'declaim) - (progn (style-warn - "DECLAIM is met where DECLARE is expected.") - nil) + ;; technically legal, but rather unlikely to + ;; be what the user intended... + (progn + (style-warn + "DECLAIM where DECLARE was probably intended") + nil) (eq name 'declare)))))) (tagbody :again