summaryrefslogtreecommitdiff
path: root/src/lisp/ao_lisp_frame.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-11-03 21:49:50 -0700
committerKeith Packard <keithp@keithp.com>2016-11-17 22:18:39 -0800
commit9fe33ce12f30da223e3ef83dfe12afaa751d509d (patch)
tree72799eb7e57a994d3ecfe510979e10bf3e9fd7b9 /src/lisp/ao_lisp_frame.c
parent71bf5774083e7f0d87ea609a73d6cfb7f60de9d9 (diff)
altos: Add lambda support to lisp
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lisp/ao_lisp_frame.c')
-rw-r--r--src/lisp/ao_lisp_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp/ao_lisp_frame.c b/src/lisp/ao_lisp_frame.c
index 5aa50f6b..1853f6d7 100644
--- a/src/lisp/ao_lisp_frame.c
+++ b/src/lisp/ao_lisp_frame.c
@@ -95,7 +95,7 @@ const struct ao_lisp_type ao_lisp_frame_type = {
.move = frame_move
};
-static ao_poly *
+ao_poly *
ao_lisp_frame_ref(struct ao_lisp_frame *frame, ao_poly atom)
{
int f;