diff c/regexParser/regexParser.h @ 133:ccc673449351 pairPro

Look ahead '*'
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 03 Dec 2015 20:47:11 +0900
parents 7925e9abb078
children de0f332d560c
line wrap: on
line diff
--- a/c/regexParser/regexParser.h	Wed Dec 02 23:30:48 2015 +0900
+++ b/c/regexParser/regexParser.h	Thu Dec 03 20:47:11 2015 +0900
@@ -40,6 +40,6 @@
     unsigned char tokenType;
     unsigned char *tokenValue;
     int nodeNumber;
-    int orFlag;
-    bool astarFlag;
+    int orNum;
+    bool asterFlag;
 } RegexInfo, *RegexInfoPtr;