mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 00:37:35 +02:00
Insure optional arg pairs are mutable
This commit is contained in:
parent
c9ae6cdf97
commit
a29e731d94
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ object Cyc_global_set(void *thd, object * glo, object value);
|
|||
} \
|
||||
var[i].hdr.mark = gc_color_red; \
|
||||
var[i].hdr.grayed = 0; \
|
||||
var[i].hdr.immutable = 0; \
|
||||
var[i].tag = pair_tag; \
|
||||
var[i].pair_car = tmp; \
|
||||
var[i].pair_cdr = (i == (count-1)) ? NULL : &var[i + 1]; \
|
||||
|
|
Loading…
Add table
Reference in a new issue