Switched from rlcodegen to rlgen-cd. Silenced a warning in statechart.rl.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 10 Mar 2007 23:20:39 +0000 (23:20 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 10 Mar 2007 23:20:39 +0000 (23:20 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@133 052ea7fc-9027-0410-9066-f65837a77df0

examples/Makefile
examples/statechart.rl

index e275dbc..7e47386 100644 (file)
@@ -19,7 +19,7 @@
 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
 
 RAGEL = ../ragel/ragel
-RLCODEGEN = ../rlcodegen/rlcodegen
+RLCODEGEN = ../rlgen-cd/rlgen-cd
 FLEX = flex
 RE2C = re2c
 CFLAGS = -Wall -g -O3
index cb99a20..b61f35e 100644 (file)
@@ -68,6 +68,8 @@ struct StateChart
 
 int StateChart::init( )
 {
+       neg = false;
+       val = false;
        %% write init;
        return 1;
 }