comparison regexParser/regexParser.h @ 251:e22e3475f664

fix
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Sat, 23 Jan 2016 14:10:28 +0900
parents 9493800265a8
children 5f8863a5d902
comparison
equal deleted inserted replaced
250:e60dd2fa3409 251:e22e3475f664
60 60
61 typedef struct tState { 61 typedef struct tState {
62 State *state; 62 State *state;
63 void stateSkip(tsValue); 63 void stateSkip(tsValue);
64 int ccvSize; 64 int ccvSize;
65 CCV ccv; 65 CCVPtr ccv;
66 } TState, *TStatePtr; 66 } TState, *TStatePtr;
67 67
68 typedef struct result { 68 typedef struct result {
69 unsigned char begin; 69 unsigned char begin;
70 unsigned char end; 70 unsigned char end;