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/10 06:14:58 UTC

[lucy-commits] svn commit: r1144774 - /incubator/lucy/trunk/clownfish/src/CFCBindCore.c

Author: marvin
Date: Sun Jul 10 04:14:58 2011
New Revision: 1144774

URL: http://svn.apache.org/viewvc?rev=1144774&view=rev
Log:
Superficial renaming of a symbol.

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

Modified: incubator/lucy/trunk/clownfish/src/CFCBindCore.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/clownfish/src/CFCBindCore.c?rev=1144774&r1=1144773&r2=1144774&view=diff
==============================================================================
--- incubator/lucy/trunk/clownfish/src/CFCBindCore.c (original)
+++ incubator/lucy/trunk/clownfish/src/CFCBindCore.c Sun Jul 10 04:14:58 2011
@@ -141,8 +141,8 @@ S_write_parcel_h(CFCBindCore *self) {
 
     const char pattern[] = 
         "%s\n"
-        "#ifndef BOIL_H\n"
-        "#define BOIL_H 1\n"
+        "#ifndef CFCPARCEL_H\n"
+        "#define CFCPARCEL_H 1\n"
         "\n"
         "#ifdef __cplusplus\n"
         "extern \"C\" {\n"
@@ -217,7 +217,7 @@ S_write_parcel_h(CFCBindCore *self) {
         "}\n"
         "#endif\n"
         "\n"
-        "#endif /* BOIL_H */\n"
+        "#endif /* CFCPARCEL_H */\n"
         "\n"
         "%s\n"
         "\n";