--- ray/src/util/setscan.c 1991/03/13 16:23:49 1.2 +++ ray/src/util/setscan.c 1991/03/14 17:38:27 1.3 @@ -1,13 +1,17 @@ /* Copyright (c) 1991 Regents of the University of California */ -/* SCCSid "$SunId$ LBL" */ +#ifndef lint +static char SCCSid[] = "$SunId$ LBL"; +#endif -/* Copyright (c) 1991 Regents of the University of California */ +/* + * Convert angle ranges of the form a-b:s,c to discrete values + */ #include -#define ANGLE short -#define AEND (-1) +#include "setscan.h" + setscan(ang, arg) /* set up scan according to arg */ register ANGLE *ang;