X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffixup.lisp;h=a92188e2e9e2fee055abbdb48f6a9dac758bd073;hb=39ecf3129db04ecf861c08459b6f5353bfc266c9;hp=d789bbf96459ba02dbf928632113dc61ad3bf025;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/compiler/fixup.lisp b/src/compiler/fixup.lisp index d789bbf..a92188e 100644 --- a/src/compiler/fixup.lisp +++ b/src/compiler/fixup.lisp @@ -12,9 +12,6 @@ (in-package "SB!C") -(file-comment - "$Header$") - ;;; FIXUP -- A fixup of some kind. (defstruct (fixup (:constructor make-fixup (name flavor &optional offset)))