0.6.8.13:
[sbcl.git] / src / code / bit-bash.lisp
index 1df58ce..f9611cf 100644 (file)
 ;;;; files for more information.
 
 (in-package "SB!VM")
-
-(file-comment
-  "$Header$")
 \f
 ;;;; constants and types
 
-(eval-when (:compile-toplevel :load-toplevel :execute)
-
 (defconstant unit-bits sb!vm:word-bits
   #!+sb-doc
   "The number of bits to process at a time.")
@@ -26,6 +21,9 @@
   #!+sb-doc
   "The maximum number of bits that can be delt with during a single call.")
 
+;;; FIXME: Do we really need EVAL-WHEN around these DEFTYPEs?
+(eval-when (:compile-toplevel :load-toplevel :execute)
+
 (deftype unit ()
   `(unsigned-byte ,unit-bits))
 
        ;; care.
        (cond
         ((zerop length)
-         ;; Actually, we aren't even writing one word. This is real easy.
+         ;; Actually, we aren't even writing one word. This is really easy.
          )
         ((= length unit-bits)
          ;; DST-BIT-OFFSET must be equal to zero, or we would be writing