--- ray/src/gen/gensurf.c 1992/02/05 21:05:00 2.3 +++ ray/src/gen/gensurf.c 1993/11/18 09:33:04 2.4 @@ -375,7 +375,6 @@ register POINT *r0, *r1, *r2; int siz; { FVECT v1, v2; - register int i; if (!smooth) /* not needed if no smoothing */ return; @@ -519,6 +518,7 @@ char *msg; quit(code) +int code; { exit(code); }