0.pre7.86.flaky7.22:
[sbcl.git] / src / code / early-print.lisp
index f3e7a74..6f7d9e6 100644 (file)
@@ -10,9 +10,6 @@
 ;;;; files for more information.
 
 (in-package "SB!IMPL")
-
-(file-comment
-  "$Header$")
 \f
 ;;;; level and length abbreviations
 
@@ -36,7 +33,7 @@
              (let ((*current-level* (1+ *current-level*)))
                (,flet-name)))))))
 
-(defmacro punt-if-too-long (index stream)
+(defmacro punt-print-if-too-long (index stream)
   #!+sb-doc
   "Punt if INDEX is equal or larger then *PRINT-LENGTH* (and *PRINT-READABLY*
    is NIL) by outputting \"...\" and returning from the block named NIL."