X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fearly-assem.lisp;h=0162a0c9724f16754dcaaac284992148d48f1492;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=62f3561cd90597443ee482a9dccd9b2821283913;hpb=c9c0e648c51317ff374851c4fcc740a15d37acae;p=sbcl.git diff --git a/src/compiler/early-assem.lisp b/src/compiler/early-assem.lisp index 62f3561..0162a0c 100644 --- a/src/compiler/early-assem.lisp +++ b/src/compiler/early-assem.lisp @@ -11,9 +11,6 @@ (in-package "SB!ASSEM") -(sb!int:file-comment - "$Header$") - ;;; FIXME: It might make sense to use SB!VM:BYTE-FOO values here ;;; instead of the various ASSEMBLY-UNIT-FOO things, and then define a ;;; BYTE type. One problem: BYTE is exported from the CL package, so