Author: mickw
Date: 2006-05-18 10:50:47 +0200 (Thu, 18 May 2006)
New Revision: 2932

Modified:
   trunk/src/javacc/QueryParserImpl.jj
Log:
SEARCH-603

Modified: trunk/src/javacc/QueryParserImpl.jj
===================================================================
--- trunk/src/javacc/QueryParserImpl.jj 2006-05-18 08:00:12 UTC (rev 2931)
+++ trunk/src/javacc/QueryParserImpl.jj 2006-05-18 08:50:47 UTC (rev 2932)
@@ -110,8 +110,7 @@
     | <#WORD_SYMBOL_MIDDLE: (".")|("-")|("_")>
     | <#WORD_SEPARATOR: [ // just a copy of the SKIP declaration.
             " ", "!", 
-            "\u0023"-"\u0027",
-            "*" , ",", "/",
+            "\u0023"-"\u002f",
             "\u003b"-"\u0040",
             "\u005b"-"\u0060",
             "\u007b"-"\u00bf",

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to