X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdefmacro.lisp;h=9ec1d2b25ef1cf8781de2db52767f492b2e8be18;hb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;hp=8a0f43ea17a2fdfcbfebf44103e082ce2d8f15aa;hpb=c3f281f5c34b55170ac43a4679f1528b8bb7c703;p=sbcl.git diff --git a/src/code/defmacro.lisp b/src/code/defmacro.lisp index 8a0f43e..9ec1d2b 100644 --- a/src/code/defmacro.lisp +++ b/src/code/defmacro.lisp @@ -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