Quiet uninitialized warnings.

This commit is contained in:
David E. O'Brien 2002-04-10 03:00:50 +00:00
parent 89d1cbc7aa
commit 17026331d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94333
2 changed files with 2 additions and 0 deletions

View File

@ -636,6 +636,7 @@ int vector;
short *from;
short *to;
loc = 0;
i = order[vector];
t = tally[i];
assert(t);

View File

@ -1888,6 +1888,7 @@ print_grammar()
if (!vflag) return;
k = 1;
spacing = 0;
for (i = 2; i < nrules; ++i)
{
if (rlhs[i] != rlhs[i-1])