0.7.12.18:
[sbcl.git] / src / code / parse-body.lisp
index 1dfb055..8a1ed02 100644 (file)
@@ -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))