altos: Add lambda support to lisp
[fw/altos] / src / lisp / ao_lisp_frame.c
index 5aa50f6b0661738ccf4fcc9f9b6c849c0f0ff85f..1853f6d76a0bfd284be541aa27127ea4729da067 100644 (file)
@@ -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;