You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by Marvin Humphrey <ma...@rectangular.com> on 2013/03/05 03:34:09 UTC

[lucy-dev] Re: [lucy-commits] [8/15] git commit: refs/heads/c-bindings-wip2 - Start to implement Clownfish methods for C bindings

On Sat, Mar 2, 2013 at 12:06 PM,  <nw...@apache.org> 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

[lucy-dev] Re: git commit: refs/heads/c-bindings-wip2 - Start to implement Clownfish methods for C bindings

Posted by Nick Wellnhofer <we...@aevum.de>.
On 05/03/2013 03:34, Marvin Humphrey wrote:
> On Sat, Mar 2, 2013 at 12:06 PM,  <nw...@apache.org> 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?

Yes.

Nick