Raymond Toy pushed to branch issue-318-add-concrete-standard-char-type at cmucl / cmucl
Commits:
-
6b8a9fb5
by Raymond Toy at 2026-05-04T08:46:48-07:00
1 changed file:
Changes:
| ... | ... | @@ -137,13 +137,7 @@ |
| 137 | 137 | (:optimize '(optimize (safety 2) (debug 2)))
|
| 138 | 138 | (comf "target:code/class"))
|
| 139 | 139 | |
| 140 | -;; When cross-compiling, it's good to have all the type classes
|
|
| 141 | -;; defined for code/pred.lisp to use.
|
|
| 142 | -#-bootstrap
|
|
| 143 | 140 | (comf "target:code/type")
|
| 144 | -#+bootstrap
|
|
| 145 | -(comf "target:code/type" :load t)
|
|
| 146 | - |
|
| 147 | 141 | (comf "target:compiler/generic/vm-type")
|
| 148 | 142 | (comf "target:code/type-init")
|
| 149 | 143 | (comf "target:code/pred")
|