diff regexParser/regexParser.h @ 314:a4484c02cba5

add wordMode in regexParser
author mir3636
date Sat, 07 May 2016 18:38:54 +0900
parents df27e6cab846
children 7b8234c090f7
line wrap: on
line diff
--- a/regexParser/regexParser.h	Tue Feb 09 11:02:35 2016 +0900
+++ b/regexParser/regexParser.h	Sat May 07 18:38:54 2016 +0900
@@ -154,6 +154,7 @@
     unsigned char tokenType;
     unsigned char *tokenValue;
     int stateNumber;
+    bool wordMode;
 } RegexInfo, *RegexInfoPtr;
 
 typedef struct {