mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-05 02:30:56 +00:00
Reset assoc_list and sweep_stack in eval_quote
This commit is contained in:
parent
31a716062e
commit
3e258bf622
Binary file not shown.
@ -1019,6 +1019,8 @@ export def eval_expr(expr)#1
|
||||
end
|
||||
|
||||
export def eval_quote(expr)#1
|
||||
assoc_list = NULL
|
||||
sweep_stack_top = 0
|
||||
push_sweep_stack(expr) // Keep expr from being GC'ed
|
||||
expr = eval_expr(expr)
|
||||
pop_sweep_stack
|
||||
|
Loading…
Reference in New Issue
Block a user