--- ray/src/gen/replmarks.c 1993/08/02 14:29:31 2.3 +++ ray/src/gen/replmarks.c 1998/01/16 10:48:23 2.4 @@ -17,7 +17,7 @@ static char SCCSid[] = "$SunId$ LBL"; #include "fvect.h" #ifdef M_PI -#define PI M_PI +#define PI ((double)M_PI) #else #define PI 3.14159265358979323846 #endif