0.6.8: tweaked SXHASH DEFTRANSFORMs, fixed HANDLER-BIND
[sbcl.git] / src / code / debug.lisp
index b4115b5..79f9504 100644 (file)
@@ -10,9 +10,6 @@
 ;;;; files for more information.
 
 (in-package "SB!DEBUG")
-
-(file-comment
-  "$Header$")
 \f
 ;;;; variables and constants
 
@@ -1204,7 +1201,7 @@ Function and macro commands:
 ;;; We also cache the last top-level form that we printed a source for so that
 ;;; we don't have to do repeated reads and calls to FORM-NUMBER-TRANSLATIONS.
 (defvar *cached-top-level-form-offset* nil)
-(declaim (type (or sb!kernel:index null) *cached-top-level-form-offset*))
+(declaim (type (or index null) *cached-top-level-form-offset*))
 (defvar *cached-top-level-form*)
 (defvar *cached-form-number-translations*)