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 2010/12/07 23:36:32 UTC

[lucy-commits] svn commit: r1043219 - in /incubator/lucy/trunk/core/Lucy/Util: StringHelper2.c StringHelper3.c

Author: marvin
Date: Tue Dec  7 22:36:32 2010
New Revision: 1043219

URL: http://svn.apache.org/viewvc?rev=1043219&view=rev
Log:
Include the StringHelper header file in StringHeleper2.c and StringHelper3.c,
preventing a symbol conflict under MSVC which prevented linking.

Modified:
    incubator/lucy/trunk/core/Lucy/Util/StringHelper2.c
    incubator/lucy/trunk/core/Lucy/Util/StringHelper3.c

Modified: incubator/lucy/trunk/core/Lucy/Util/StringHelper2.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/Lucy/Util/StringHelper2.c?rev=1043219&r1=1043218&r2=1043219&view=diff
==============================================================================
--- incubator/lucy/trunk/core/Lucy/Util/StringHelper2.c (original)
+++ incubator/lucy/trunk/core/Lucy/Util/StringHelper2.c Tue Dec  7 22:36:32 2010
@@ -1,4 +1,5 @@
 #include <charmony.h>
+#include "Lucy/Util/StringHelper.h"
 
 // The content of the following table is derived from the
 // "utf8_countTrailBytes" table in ICU4C 4.4.1.

Modified: incubator/lucy/trunk/core/Lucy/Util/StringHelper3.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/Lucy/Util/StringHelper3.c?rev=1043219&r1=1043218&r2=1043219&view=diff
==============================================================================
--- incubator/lucy/trunk/core/Lucy/Util/StringHelper3.c (original)
+++ incubator/lucy/trunk/core/Lucy/Util/StringHelper3.c Tue Dec  7 22:36:32 2010
@@ -1,4 +1,5 @@
 #include "charmony.h"
+#include "Lucy/Util/StringHelper.h"
 
 // The list of code points in this function is chosen based on the White_Space
 // property in http://www.unicode.org/Public/UNIDATA/PropList.txt