0.6.11.43:
[sbcl.git] / src / code / describe.lisp
index e926472..ad2b039 100644 (file)
 ;;;; files for more information.
 
 (in-package "SB-IMPL")
+
+;; byte-compile this file
+(declaim (optimize (speed 0) (safety 1)))
+
 \f
 (defvar *describe-indentation-step* 3
   #+sb-doc