Added missing initialization for dataExpr. Crash reported by Ryan Phelps.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 24 Dec 2007 20:48:37 +0000 (20:48 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Mon, 24 Dec 2007 20:48:37 +0000 (20:48 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@346 052ea7fc-9027-0410-9066-f65837a77df0

redfsm/gendata.cpp

index a656041..5d5bcd3 100644 (file)
@@ -55,6 +55,7 @@ CodeGenData::CodeGenData( ostream &out )
        actExpr(0),
        tokstartExpr(0),
        tokendExpr(0),
+       dataExpr(0),
        wantComplete(0),
        hasLongestMatch(false),
        hasEnd(true),