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>
Mon, 20 Feb 2017 19:16:50 +0000 (11:16 -0800)
commit00827a0ffe30938c26be216369fd2d8f8946d2c4
treee609e6bc5968e91ef329beb34ba75ec92085fe11
parent7f7e2431f5d1f7c1782ed6e774ccfc70fb4c87cf
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