1.0.11.34: better SUBSEQ on lists
[sbcl.git] / src / code / cold-init.lisp
index dd51ecf..9e3359e 100644 (file)
         *current-error-depth* 0
         *cold-init-complete-p* nil
         *type-system-initialized* nil
-        sb!vm:*alloc-signal* nil)
+        sb!vm:*alloc-signal* nil
+        sb!kernel::*gc-epoch* (cons nil nil))
 
   ;; I'm not sure where eval is first called, so I put this first.
   #!+sb-eval