fsmcond.cc (ragel-7.0.0.11) | : | fsmcond.cc (ragel-7.0.0.12) | ||
---|---|---|---|---|
skipping to change at line 413 | skipping to change at line 413 | |||
tr->tcap()->condList.detach( cond ); | tr->tcap()->condList.detach( cond ); | |||
delete cond; | delete cond; | |||
cti = next; | cti = next; | |||
} | } | |||
else { | else { | |||
/* Leave alone. */ | /* Leave alone. */ | |||
cti++; | cti++; | |||
} | } | |||
} | } | |||
} | } | |||
} | } | |||
FsmRes FsmAp::embedCondition( FsmAp *fsm, StateAp *state, const CondSet &set, co nst CondKeySet &vals ) | FsmRes FsmAp::embedCondition( FsmAp *fsm, StateAp *state, const CondSet &set, co nst CondKeySet &vals ) | |||
{ | { | |||
/* Turn on misfit accounting to possibly catch the old start state. */ | /* Turn on misfit accounting to possibly catch the old start state. */ | |||
fsm->setMisfitAccounting( true ); | fsm->setMisfitAccounting( true ); | |||
/* Worker. */ | /* Worker. */ | |||
fsm->doEmbedCondition( state, set, vals ); | fsm->doEmbedCondition( state, set, vals ); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |