redfsm.cpp (ragel-6.9) | : | redfsm.cpp (ragel-6.10) | ||
---|---|---|---|---|
skipping to change at line 59 | skipping to change at line 59 | |||
firstFinState(0), | firstFinState(0), | |||
numFinStates(0), | numFinStates(0), | |||
bAnyToStateActions(false), | bAnyToStateActions(false), | |||
bAnyFromStateActions(false), | bAnyFromStateActions(false), | |||
bAnyRegActions(false), | bAnyRegActions(false), | |||
bAnyEofActions(false), | bAnyEofActions(false), | |||
bAnyEofTrans(false), | bAnyEofTrans(false), | |||
bAnyActionGotos(false), | bAnyActionGotos(false), | |||
bAnyActionCalls(false), | bAnyActionCalls(false), | |||
bAnyActionRets(false), | bAnyActionRets(false), | |||
bAnyActionByValControl(false), | ||||
bAnyRegActionRets(false), | bAnyRegActionRets(false), | |||
bAnyRegActionByValControl(false), | bAnyRegActionByValControl(false), | |||
bAnyRegNextStmt(false), | bAnyRegNextStmt(false), | |||
bAnyRegCurStateRef(false), | bAnyRegCurStateRef(false), | |||
bAnyRegBreak(false), | bAnyRegBreak(false), | |||
bAnyConditions(false) | bAnyConditions(false) | |||
{ | { | |||
} | } | |||
/* Does the machine have any actions. */ | /* Does the machine have any actions. */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |