0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / code / ntrace.lisp
index 2ac8fc1..c0f0511 100644 (file)
 
 (in-package "SB-DEBUG")
 
-(file-comment
-  "$Header$")
-
-;;; FIXME: Why, oh why, doesn't the SB-DEBUG package use the SB-DI package?
-;;; That would let us get rid of a whole lot of stupid prefixes..
+;;; FIXME: Why, oh why, doesn't the SB-DEBUG package use the SB-DI
+;;; package? That would let us get rid of a whole lot of stupid
+;;; prefixes..
 
 (defvar *trace-values* nil
   #+sb-doc