From: thurston Date: Sat, 10 Mar 2007 23:20:39 +0000 (+0000) Subject: Switched from rlcodegen to rlgen-cd. Silenced a warning in statechart.rl. X-Git-Tag: 2.0_alpha~357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70dfe7546d30d41aed24912d7dc08666d095ce84;p=external%2Fragel.git Switched from rlcodegen to rlgen-cd. Silenced a warning in statechart.rl. git-svn-id: http://svn.complang.org/ragel/trunk@133 052ea7fc-9027-0410-9066-f65837a77df0 --- diff --git a/examples/Makefile b/examples/Makefile index e275dbc..7e47386 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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 diff --git a/examples/statechart.rl b/examples/statechart.rl index cb99a20..b61f35e 100644 --- a/examples/statechart.rl +++ b/examples/statechart.rl @@ -68,6 +68,8 @@ struct StateChart int StateChart::init( ) { + neg = false; + val = false; %% write init; return 1; }