From: Vern Paxson Date: Mon, 15 Jan 1990 17:47:34 +0000 (+0000) Subject: 8-bit char support. X-Git-Tag: flex-2-5-5b~577 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8003f580309d7599d3fc9471bbb5fec120a5dae7;p=flex 8-bit char support. 2.2 Release. --- diff --git a/tblcmp.c b/tblcmp.c index d13ef8e..840736d 100644 --- a/tblcmp.c +++ b/tblcmp.c @@ -727,7 +727,7 @@ int state[], statenum, comstate; { int i, numdiff, tmpbase, tmp[CSIZE + 1]; - char transset[CSIZE + 1]; + Char transset[CSIZE + 1]; int tsptr; ++numtemps;