In the condition code we need to copy transitions that have non-empty
commit2dcb6e5cfa0dad1cb23b2380bb21cf511c2d0882
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 1 Jun 2008 19:10:17 +0000 (1 19:10 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 1 Jun 2008 19:10:17 +0000 (1 19:10 +0000)
tree60d90199c4ad86eab3649cf4f2f087600d3d99c4
parent0e1dc476086f19158ffbd4e30767b6f46ffc1791
In the condition code we need to copy transitions that have non-empty
lmActionTable arrays so we can't assert emptyness in the constructor. Lift out
the assertion and copy the array in the constructor.

git-svn-id: svn://mambo.cs.queensu.ca/ragel/trunk@453 052ea7fc-9027-0410-9066-f65837a77df0
ragel/fsmgraph.h
ragel/fsmstate.cpp