--- ray/src/common/calexpr.c 1993/06/04 15:04:48 2.14 +++ ray/src/common/calexpr.c 1993/09/08 09:12:37 2.15 @@ -45,6 +45,10 @@ static double echannel(); static double eadd(), esubtr(), emult(), edivi(), epow(); static double ebotch(); +#ifdef DCL_ATOF +extern double atof(); +#endif + int nextc; /* lookahead character */ double (*eoper[])() = { /* expression operations */