comparison regexParser/regexParser.h @ 272:5aa9d01926f1

Cerium version no compile errors
author kono
date Fri, 29 Jan 2016 20:38:18 +0900
parents 6640b0d5bf13
children b74e3b4b11d7
comparison
equal deleted inserted replaced
271:6640b0d5bf13 272:5aa9d01926f1
109 } Buffer, *BufferPtr; 109 } Buffer, *BufferPtr;
110 110
111 typedef struct tsValue { 111 typedef struct tsValue {
112 Buffer buff; 112 Buffer buff;
113 ResultPtr result; 113 ResultPtr result;
114 ResultPtr resultEnd; 114 ResultPtr *resultEnd;
115 TransitionGeneratorPtr tg; 115 TransitionGeneratorPtr tg;
116 TState *current; 116 TState *current;
117 TState *blockBegin; 117 TState *blockBegin;
118 TState *blockEnd; 118 TState *blockEnd;
119 } TSValue, *TSValuePtr; 119 } TSValue, *TSValuePtr;