change to keep lint happy
This commit is contained in:
parent
ed34e06d2d
commit
406d024e9f
1 changed files with 2 additions and 3 deletions
|
@ -622,9 +622,8 @@ normalfailed: if (stackpad!=tokpatlen) {
|
|||
token2.t_token= -1;
|
||||
for (i=1;i<TOKENSIZE;i++)
|
||||
token2.t_att[i].aw=0;
|
||||
if (npos2==1)
|
||||
decision=pos2[0];
|
||||
else {
|
||||
decision=pos2[0];
|
||||
if (npos2!=1) {
|
||||
SAVEST;
|
||||
mincost=costlimit-totalcost+1;
|
||||
for(j=0;j<npos2;j++) {
|
||||
|
|
Loading…
Reference in a new issue