--- ray/src/common/standard.h 1997/11/14 12:31:06 2.10 +++ ray/src/common/standard.h 1998/01/16 10:43:54 2.11 @@ -28,7 +28,7 @@ typedef struct { #ifndef PI #ifdef M_PI -#define PI M_PI +#define PI ((double)M_PI) #else #define PI 3.14159265358979323846 #endif