altos/lisp: Share mark function for mark and move
authorKeith Packard <keithp@keithp.com>
Fri, 11 Nov 2016 08:28:57 +0000 (00:28 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 18 Nov 2016 06:18:39 +0000 (22:18 -0800)
commit426f172d92cdef177150f990c4f52b0223a5f6f7
tree6959056c88628b4a48b756fb518913759ccc9f54
parentf7a0de052dd3be1565da882b87cf3fbb6c9084d2
altos/lisp: Share mark function for mark and move

These two operations both wanted to walk the referenced objects;
sharing is caring.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lambdakey-v1.0/Makefile
src/lisp/ao_lisp_mem.c
src/test/hanoi.lisp