diff --git a/pike.c b/pike.c index 8310fa7..17ab16a 100644 --- a/pike.c +++ b/pike.c @@ -446,7 +446,7 @@ sparse[spc] = sparsesz++; \ #define fastrec(nn, list, listidx) \ nsub->ref++; \ spc = *npc; \ -if (spc < WBEG) { \ +if ((unsigned int)spc < WBEG) { \ list[listidx].sub = nsub; \ list[listidx++].pc = npc; \ npc = pcs[si]; \