0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / compiler / vop.lisp
index ce1c390..71f8948 100644 (file)
 
 (in-package "SB!C")
 
-(file-comment
-  "$Header$")
-
 (eval-when (:compile-toplevel :load-toplevel :execute)
-  ;; the largest number of TNs whose liveness changes that we can have in any
-  ;; block
+  ;; the largest number of TNs whose liveness changes that we can have
+  ;; in any block
   (defconstant local-tn-limit 64))
 
 (deftype local-tn-number () `(integer 0 (,local-tn-limit)))