]> granicus.if.org Git - flex/commitdiff
.
authorJohn Millaway <john43@users.sourceforge.net>
Tue, 14 Feb 2006 06:38:28 +0000 (06:38 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Tue, 14 Feb 2006 06:38:28 +0000 (06:38 +0000)
dfa.c

diff --git a/dfa.c b/dfa.c
index 1cb038f9b34637db9e4e4b0915f4cf79977b0b89..f3064c9f6698c42d55ccc1846902e3bb63ade50b 100644 (file)
--- 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];