0.6.8.9:
[sbcl.git] / src / code / bignum.lisp
index e66c5eb..2f60b02 100644 (file)
@@ -10,9 +10,6 @@
 ;;;; files for more information.
 
 (in-package "SB!BIGNUM")
-
-(file-comment
-  "$Header$")
 \f
 ;;;; notes
 
 \f
 ;;;; What's a bignum?
 
-(eval-when (:compile-toplevel :load-toplevel :execute) ; necessary for DEFTYPE
-
 (defconstant digit-size 32)
 
 (defconstant maximum-bignum-length (1- (ash 1 (- 32 sb!vm:type-bits))))
-
-) ; EVAL-WHEN
 \f
 ;;;; internal inline routines