From: Vern Paxson Date: Fri, 16 Mar 1990 16:53:29 +0000 (+0000) Subject: Minor tweaks for NUL's. X-Git-Tag: flex-2-5-5b~543 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=addb570c1861d641bcee12988a26a66243064f05;p=flex Minor tweaks for NUL's. --- diff --git a/tblcmp.c b/tblcmp.c index ac822eb..2ffb38d 100644 --- 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 );