summaryrefslogtreecommitdiff
path: root/tblcmp.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1990-01-15 17:47:34 +0000
committerVern Paxson <vern@ee.lbl.gov>1990-01-15 17:47:34 +0000
commit8003f580309d7599d3fc9471bbb5fec120a5dae7 (patch)
tree390f3ce7763f684e19bc1e34987c00d203ac879d /tblcmp.c
parent3b0f33ba0614bdc0c4606fb331117424bd8cb9a6 (diff)
8-bit char support.
2.2 Release.
Diffstat (limited to 'tblcmp.c')
-rw-r--r--tblcmp.c2
1 files changed, 1 insertions, 1 deletions
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;