Explorar o código

Correct a bad change.

Manoel Trapier %!s(int64=11) %!d(string=hai) anos
pai
achega
b21aede758
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mach/proto/ncg/subr.c

+ 1 - 1
mach/proto/ncg/subr.c

@@ -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--) {