You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/07/06 19:50:10 UTC

[lucy-commits] svn commit: r1143509 - /incubator/lucy/trunk/clownfish/src/CFCBindClass.c

Author: marvin
Date: Wed Jul  6 17:50:10 2011
New Revision: 1143509

URL: http://svn.apache.org/viewvc?rev=1143509&view=rev
Log:
Hide a symbol by making it static.

Modified:
    incubator/lucy/trunk/clownfish/src/CFCBindClass.c

Modified: incubator/lucy/trunk/clownfish/src/CFCBindClass.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/clownfish/src/CFCBindClass.c?rev=1143509&r1=1143508&r2=1143509&view=diff
==============================================================================
--- incubator/lucy/trunk/clownfish/src/CFCBindClass.c (original)
+++ incubator/lucy/trunk/clownfish/src/CFCBindClass.c Wed Jul  6 17:50:10 2011
@@ -269,7 +269,7 @@ S_name_var_definition(CFCBindClass *self
     unsigned class_name_len = (unsigned)strlen(class_name);
 
     const char pattern[] =
-        "cfish_ZombieCharBuf %s = {\n"
+        "static cfish_ZombieCharBuf %s = {\n"
         "    CFISH_ZOMBIECHARBUF,\n"
         "    {1}, /* ref.count */\n"
         "    \"%s\",\n"