From: John Millaway Date: Tue, 14 Feb 2006 06:38:28 +0000 (+0000) Subject: . X-Git-Tag: flex-2-5-33~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fef5613dfaa0793e84e641c989180a844615b260;p=flex . --- diff --git a/dfa.c b/dfa.c index 1cb038f..f3064c9 100644 --- a/dfa.c +++ b/dfa.c @@ -382,7 +382,7 @@ void ntod () { int *accset, ds, nacc, newds; int sym, hashval, numstates, dsize; - int num_full_table_rows; /* used only for -f */ + int num_full_table_rows=0; /* used only for -f */ int *nset, *dset; int targptr, totaltrans, i, comstate, comfreq, targ; int symlist[CSIZE + 1];