1.0.18.10: Record filenames in DEBUG-SOURCEs during EVAL-WHEN, LOAD.
[sbcl.git] / build-order.lisp-expr
index 29cf8ca..7e8962f 100644 (file)
@@ -43,6 +43,8 @@
  ;; for everything.
  ("src/code/early-source-location")
 
+ ("src/code/early-constants")
+
  ;; This comes early because the cross-compilation host's backquote
  ;; logic can expand into something which can't be executed on the
  ;; target Lisp (e.g. in CMU CL where it expands into internal
 
  ("src/code/error-error" :not-host) ; needs WITH-STANDARD-IO-SYNTAX macro
 
+ ("src/code/deadline" :not-host)
  ("src/code/serve-event" :not-host)
  ("src/code/fd-stream"   :not-host)
 
 
  ;; for e.g. DESCRIPTOR-REG, needed by primtype.lisp
  ("src/compiler/target/vm")
-
+ ("src/code/xset")
  ;; for e.g. SPECIFIER-TYPE, needed by primtype.lisp
  ("src/code/early-type")
 
  ("src/compiler/typetran")
  ("src/compiler/generic/vm-typetran")
  ("src/compiler/float-tran")
- ("src/compiler/integer-tran")
  ("src/compiler/saptran")
  ("src/compiler/srctran")
  ("src/compiler/generic/vm-tran")