Removed wantComplete and outputActive from InputData. The wantComplete var is
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 21 Mar 2009 15:10:35 +0000 (15:10 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 21 Mar 2009 15:10:35 +0000 (15:10 +0000)
commitb0ca11ee1272201dc4a3abce999706b52b151b4a
tree8e476644c6a19eda1c4708a85cf01ebd77fa5bb4
parentbb67bc02a8fbcda58929e48d2ba03e8e37b53e06
Removed wantComplete and outputActive from InputData. The wantComplete var is
used in CodeGenData and can be set when the code generator is allocated. It
doesn't need to be passed in from the main routine. The outputActive var is not
used.

git-svn-id: http://svn.complang.org/ragel/trunk@750 052ea7fc-9027-0410-9066-f65837a77df0
ragel/gendata.cpp
ragel/gendata.h
ragel/inputdata.h
ragel/main.cpp
ragel/parsedata.cpp
ragel/rlparse.kl
ragel/xmlparse.kh