altos/lisp: Change GC move API
authorKeith Packard <keithp@keithp.com>
Sat, 5 Nov 2016 21:51:58 +0000 (14:51 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Nov 2016 06:18:39 +0000 (22:18 -0800)
Pass reference to move API so it can change the values in-place, then
let it return '1' when the underlying object has already been moved to
shorten GC times.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found