In the condition code we need to copy transitions that have non-empty
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 1 Jun 2008 19:10:17 +0000 (19:10 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 1 Jun 2008 19:10:17 +0000 (19:10 +0000)
commit34f302ca591559804200bd5194ff1c7474e6686a
tree60d90199c4ad86eab3649cf4f2f087600d3d99c4
parentade37108b8391648426a1d991eaa2c843a90907c
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: http://svn.complang.org/ragel/trunk@453 052ea7fc-9027-0410-9066-f65837a77df0
ragel/fsmgraph.h
ragel/fsmstate.cpp