0.6.7.22: removed CVS dollar-Header-dollar tags from sources
[sbcl.git] / src / code / defmacro.lisp
index 8a0f43e..9ec1d2b 100644 (file)
@@ -11,9 +11,6 @@
 
 (in-package "SB!IMPL")
 
-(file-comment
-  "$Header$")
-
 ;;; the guts of the DEFMACRO macro, pulled out into a separate
 ;;; function in order to make it easier to express the common 
 ;;; bootstrap idiom