On Sat, Mar 2, 2013 at 12:06 PM, <[email protected]> wrote: > Start to implement Clownfish methods for C bindings > > Project: http://git-wip-us.apache.org/repos/asf/lucy/repo > Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2188f89f > Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/2188f89f > Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/2188f89f
> +lucy_Err *current_error; > +lucy_Err *thrown_error; > +jmp_buf *current_env; Should these be static? Marvin Humphrey
