* removed import of (scheme) from ikarus.collect.ss
This commit is contained in:
parent
f8f4283886
commit
08ba1ee1b9
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -2,8 +2,9 @@
|
|||
(library (ikarus collect)
|
||||
(export do-overflow do-overflow-words do-vararg-overflow collect
|
||||
do-stack-overflow)
|
||||
(import (ikarus)
|
||||
(only (scheme) $fxsll))
|
||||
(import
|
||||
(ikarus)
|
||||
(ikarus system $fx))
|
||||
|
||||
(define do-overflow
|
||||
(lambda (n)
|
||||
|
|
Loading…
Reference in New Issue