("boot" . (RUNTIME BOOT-DEFINITIONS))
("queue" . (RUNTIME SIMPLE-QUEUE))
("equals" . (RUNTIME EQUALITY))
+ ("fixart" . (runtime fixnum-arithmetic))
("list" . (RUNTIME LIST))
("srfi-1" . (runtime srfi-1))
+ ("thread-low" . (runtime thread))
("vector" . (RUNTIME VECTOR))))
(files1
'(("ustring" . (RUNTIME USTRING))
("symbol" . (RUNTIME SYMBOL))
("uproc" . (RUNTIME PROCEDURE))
- ("fixart" . (RUNTIME FIXNUM-ARITHMETIC))
("random" . (RUNTIME RANDOM-NUMBER))
("gentag" . (runtime tagged-dispatch))
- ("thread-low" . (RUNTIME THREAD))
("poplat" . (RUNTIME POPULATION))
("record" . (RUNTIME RECORD))
("bundle" . (runtime bundle))))