--- ray/src/rt/rv3.c 1993/02/11 16:42:22 2.4 +++ ray/src/rt/rv3.c 1993/08/05 13:05:01 2.5 @@ -147,8 +147,8 @@ paint(p, xmin, ymin, xmax, ymax) /* compute and paint register PNODE *p; int xmin, ymin, xmax, ymax; { - extern long nrays; - static long lastflush = 0; + extern unsigned long nrays; + static unsigned long lastflush = 0; static RAY thisray; double h, v;