altos/lisp: Make ao_lisp_ref and ao_lisp_poly non-inline
authorKeith Packard <keithp@keithp.com>
Sat, 12 Nov 2016 05:07:09 +0000 (21:07 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 20 Feb 2017 19:16:50 +0000 (11:16 -0800)
commitd46ca67f93e9ecbc4d8c051c3fbdead85490b690
tree3db7c362164b99c3c047eb213f12c7f9601971fd
parent00827a0ffe30938c26be216369fd2d8f8946d2c4
altos/lisp: Make ao_lisp_ref and ao_lisp_poly non-inline

These functions are pretty large and end up consuming quite a bit of
space if inlined everywhere they are used.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lisp/ao_lisp.h
src/lisp/ao_lisp_poly.c