Correct a bad change.

This commit is contained in:
Manoel Trapier 2013-03-21 18:15:11 +01:00 committed by Manoël Trapier
parent 3f6a9560c5
commit b21aede758

View File

@ -569,7 +569,7 @@ unsigned int stackupto(token_p limit, int ply, int toplevel)
int areg[MAXALLREG];
c1_p cp;
token_p tp;
int totalcost=0;
unsigned int totalcost=0;
struct reginfo *rp,**rpp;
for (tp=fakestack;tp<=limit;limit--) {