diff regexParser/regexParser.h @ 310:df27e6cab846

CharClassMerge with Word ( no match implementation )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 08 Feb 2016 19:23:37 +0900
parents 058c87665213
children a4484c02cba5
line wrap: on
line diff
--- a/regexParser/regexParser.h	Mon Feb 08 18:04:28 2016 +0900
+++ b/regexParser/regexParser.h	Mon Feb 08 19:23:37 2016 +0900
@@ -13,7 +13,7 @@
     int length;
     // look up table for BM search.
     // BitVector nextState;
-    // struct word *next;
+    struct word *next;
 } Word, *WordPtr;
 
 typedef struct utf8Range {