--- ray/src/gen/replmarks.c 1992/03/03 21:30:03 2.2 +++ ray/src/gen/replmarks.c 1993/08/02 14:29:31 2.3 @@ -27,6 +27,10 @@ static char SCCSid[] = "$SunId$ LBL"; #define MAXVERT 6 /* maximum number of vertices for markers */ #define MAXMARK 32 /* maximum number of markers */ +#ifdef DCL_ATOF +extern double atof(); +#endif + typedef struct { short beg, end; /* beginning and ending vertex */ float len2; /* length squared */