0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / code / parse-defmacro.lisp
index eb9efae..1f30f7c 100644 (file)
@@ -11,9 +11,6 @@
 
 (in-package "SB!KERNEL")
 
-(file-comment
- "$Header$")
-
 ;;; variables for accumulating the results of parsing a DEFMACRO. (Declarations
 ;;; in DEFMACRO are the reason this isn't as easy as it sounds.)
 (defvar *arg-tests* nil) ; tests that do argument counting at expansion time