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 (JIRA)" <ji...@apache.org> on 2009/11/21 06:50:39 UTC

[jira] Commented: (LUCY-70) Charmonizer static functions require S_ prefix like the rest of Lucy code

    [ https://issues.apache.org/jira/browse/LUCY-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12780919#action_12780919 ] 

Marvin Humphrey commented on LUCY-70:
-------------------------------------

Looks good. 

I went ahead and applied the same transform to src/charmonizer/charmonize.c.

This are a little weird, but I'm going to commit anyway:

{code}
static void
S_TestBatch_destroy(TestBatch *batch);
{code}

TestBatch should probably be broken out into a separate file, in which case
that would become S_destroy like its brethren.


> Charmonizer static functions require S_ prefix like the rest of Lucy code
> -------------------------------------------------------------------------
>
>                 Key: LUCY-70
>                 URL: https://issues.apache.org/jira/browse/LUCY-70
>             Project: Lucy
>          Issue Type: Task
>          Components: Charmonizer
>            Reporter: Peter Karman
>            Priority: Minor
>         Attachments: S_-prefix.patch
>
>
> The Charmonizer code predates the convention used elsewhere in Lucy of prefixing static functions with S_.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.