ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/color.h
(Generate patch)

Comparing ray/src/common/color.h (file contents):
Revision 2.1 by greg, Tue Nov 12 16:54:49 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 14:45:43 1991 UTC

# Line 98 | Line 98 | typedef float  COLOR[3];       /* red, green, blue */
98   #define  fputcolcor(cc,fp)      fprintf(fp,"%s %f %f %f\n",COLCORSTR, \
99                                          (cc)[RED],(cc)[GRN],(cc)[BLU])
100  
101 < extern double  ldexp(), atof();
101 > extern double  ldexp();
102 > #ifndef atof                    /* atof's a macro on some systems! */
103 > extern double  atof();
104 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines