--- ray/src/common/calexpr.c 1993/03/05 15:14:00 2.12 +++ ray/src/common/calexpr.c 1993/06/04 14:27:58 2.13 @@ -34,9 +34,6 @@ static char SCCSid[] = "$SunId$ LBL"; #define isdecimal(c) (isdigit(c) || (c) == '.') -#ifndef atof -extern double atof(); -#endif extern char *fgets(), *savestr(); extern char *emalloc(), *ecalloc(); extern EPNODE *curfunc;