Mailing List Archive

r3770 - branches/maint_0.1x/lib/KinoSearch/Analysis
Author: creamyg
Date: 2008-08-27 09:44:36 -0700 (Wed, 27 Aug 2008)
New Revision: 3770

Modified:
branches/maint_0.1x/lib/KinoSearch/Analysis/Token.pm
Log:
change "struct token" to "struct Token" in maint to avoid naming conflicts
where someone else has a "struct token". This isn't as robust as the
prefixing used by the dev branch, but a full fix would be too much trouble to
backport.


Modified: branches/maint_0.1x/lib/KinoSearch/Analysis/Token.pm
===================================================================
--- branches/maint_0.1x/lib/KinoSearch/Analysis/Token.pm 2008-08-27 16:33:59 UTC (rev 3769)
+++ branches/maint_0.1x/lib/KinoSearch/Analysis/Token.pm 2008-08-27 16:44:36 UTC (rev 3770)
@@ -14,9 +14,9 @@
#include "XSUB.h"
#include "KinoSearchUtilMemManager.h"

-typedef struct token Token;
+typedef struct Token Token;

-struct token {
+struct Token {
char *text;
STRLEN len;
I32 start_offset;


_______________________________________________
kinosearch-commits mailing list
kinosearch-commits@rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch-commits