summaryrefslogtreecommitdiff
path: root/ragel/fsmgraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ragel/fsmgraph.cpp')
-rw-r--r--ragel/fsmgraph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ragel/fsmgraph.cpp b/ragel/fsmgraph.cpp
index bee9b0cd..8b507c5b 100644
--- a/ragel/fsmgraph.cpp
+++ b/ragel/fsmgraph.cpp
@@ -1220,9 +1220,9 @@ void FsmAp::mergeStates( MergeData &md, StateAp *destState, StateAp *srcState )
ExpansionList expList1;
ExpansionList expList2;
-// findTransExpansions( expList1, destState, srcState );
+ findTransExpansions( expList1, destState, srcState );
findCondExpansions( expList1, destState, srcState );
-// findTransExpansions( expList2, srcState, destState );
+ findTransExpansions( expList2, srcState, destState );
findCondExpansions( expList2, srcState, destState );
mergeStateConds( destState, srcState );