* Added $collect-key primitive that gets/sets the collect-key field
of pcb.
This commit is contained in:
parent
e20576a444
commit
6d1578eef5
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -144,6 +144,10 @@
|
|||
[(P) (K #t)]
|
||||
[(E) (nop)])
|
||||
|
||||
(define-primop $collect-key unsafe
|
||||
[(V) (prm 'mref pcr (K 48))]
|
||||
[(E x) (prm 'mset pcr (K 48) (T x))])
|
||||
|
||||
(define-primop $memq safe
|
||||
[(P x ls)
|
||||
(record-case ls
|
||||
|
|
Loading…
Reference in New Issue