]> granicus.if.org Git - flex/commitdiff
Minor tweaks for NUL's.
authorVern Paxson <vern@ee.lbl.gov>
Fri, 16 Mar 1990 16:53:29 +0000 (16:53 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Fri, 16 Mar 1990 16:53:29 +0000 (16:53 +0000)
tblcmp.c

index ac822eb690f221369c44da7005bbabd700ebffdd..2ffb38db470f1d240b6008cc351bb2a35cf10b8c 100644 (file)
--- a/tblcmp.c
+++ b/tblcmp.c
@@ -233,7 +233,7 @@ cmptmps()
         * transitions
         */
 
-       nummecs = cre8ecs( tecfwd, tecbck, numecs, 1 );
+       nummecs = cre8ecs( tecfwd, tecbck, numecs );
        }
     
     else
@@ -760,7 +760,7 @@ int state[], statenum, comstate;
            }
 
     if ( usemecs )
-       mkeccl( transset, tsptr, tecfwd, tecbck, numecs );
+       mkeccl( transset, tsptr, tecfwd, tecbck, numecs, 0 );
 
     mkprot( tnxt + tmpbase, -numtemps, comstate );