X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fparse-body.lisp;h=8a1ed022f5f4110cfa96f0b9e0de6966babd502a;hb=acce826c593a188b231b7b7918c752bda21d0201;hp=c6926a9de123a56202428f81ff31f15a0f5ace7d;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/parse-body.lisp b/src/code/parse-body.lisp index c6926a9..8a1ed02 100644 --- a/src/code/parse-body.lisp +++ b/src/code/parse-body.lisp @@ -26,7 +26,7 @@ ;;; ;;; If DOC-STRING-ALLOWED is NIL, then no forms will be treated as ;;; documentation strings. -(defun sb!sys:parse-body (body &optional (doc-string-allowed t)) +(defun parse-body (body &optional (doc-string-allowed t)) (let ((reversed-decls nil) (forms body) (doc nil))