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>
Fri, 18 Nov 2016 06:18:39 +0000 (22:18 -0800)
commit7b99963e13f1cf3136c67521c851827377790a06
treee55fb0a77288daa9d296621b7c29ce799f8e71e8
parent426f172d92cdef177150f990c4f52b0223a5f6f7
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