X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fparse-body.lisp;h=8a1ed022f5f4110cfa96f0b9e0de6966babd502a;hb=acce826c593a188b231b7b7918c752bda21d0201;hp=1dfb055629cff0be6ddfdeac2c500a077428f479;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/parse-body.lisp b/src/code/parse-body.lisp index 1dfb055..8a1ed02 100644 --- a/src/code/parse-body.lisp +++ b/src/code/parse-body.lisp @@ -16,9 +16,6 @@ (in-package "SB!INT") -(file-comment - "$Header$") - (/show0 "entering parse-body.lisp") ;;; Given a sequence of declarations (and possibly a documentation @@ -29,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))