--- ray/src/common/calexpr.c 1991/11/12 16:55:21 2.1 +++ ray/src/common/calexpr.c 1991/12/19 14:45:47 2.2 @@ -32,7 +32,10 @@ static char SCCSid[] = "$SunId$ LBL"; #define isdecimal(c) (isdigit(c) || (c) == '.') -extern double atof(), pow(); +#ifndef atof +extern double atof(); +#endif +extern double pow(); extern char *fgets(), *savestr(); extern char *emalloc(), *ecalloc(); extern EPNODE *curfunc;