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.4 by greg, Fri Oct 2 15:54:25 1992 UTC vs.
Revision 2.6 by greg, Mon Aug 2 13:51:43 1993 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 < #ifndef ldexp
102 < extern double  ldexp();
103 < #endif
104 < #ifndef atof                    /* atof's a macro on some systems! */
105 < extern double  atof();
101 > #ifdef  DCL_ATOF
102 > extern double  atof(), ldexp(), frexp();
103   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines