X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-defbangmethod.lisp;h=b12b136135bbe0b413500864189b152eda057e9f;hb=18dc0069cd514c976042766ab9a785c970fe1603;hp=eda669071338632e43117fd8905e025a7f4771b2;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/code/early-defbangmethod.lisp b/src/code/early-defbangmethod.lisp index eda6690..b12b136 100644 --- a/src/code/early-defbangmethod.lisp +++ b/src/code/early-defbangmethod.lisp @@ -9,9 +9,6 @@ (in-package "SB!IMPL") -(file-comment - "$Header$") - #+sb-xc-host (defmacro def!method (&rest args) `(defmethod ,@args))