comparison regexParser/regexParser.h @ 253:5f8863a5d902

remove error
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Jan 2016 20:11:16 +0900
parents e22e3475f664
children 72f3673dd7a5
comparison
equal deleted inserted replaced
252:2b276fdd99bd 253:5f8863a5d902
58 struct tState *tState; 58 struct tState *tState;
59 } CCV,*CCVPtr; 59 } CCV,*CCVPtr;
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 CCVPtr ccv; 65 CCVPtr ccv;
66 } TState, *TStatePtr; 66 } TState, *TStatePtr;
67 67
68 typedef struct result { 68 typedef struct result {