--- ray/src/common/calexpr.c 1992/09/21 12:01:54 2.6 +++ ray/src/common/calexpr.c 1992/10/02 15:57:29 2.8 @@ -24,6 +24,8 @@ static char SCCSid[] = "$SunId$ LBL"; #include +#include + #include "calcomp.h" #define MAXLINE 256 /* maximum line length */ @@ -35,7 +37,6 @@ static char SCCSid[] = "$SunId$ LBL"; #ifndef atof extern double atof(); #endif -extern double pow(); extern char *fgets(), *savestr(); extern char *emalloc(), *ecalloc(); extern EPNODE *curfunc; @@ -407,7 +408,7 @@ char *err; eputs(infile != NULL ? ", line " : "line "); eputs(ltoa((long)lineno)); } - eputs(": syntax error:\n"); + eputs(":\n"); } eputs(linbuf); if (linbuf[strlen(linbuf)-1] != '\n')