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.5 by greg, Fri Jun 4 14:51:41 1993 UTC

# Line 97 | Line 97 | typedef float  COLOR[3];       /* red, green, blue */
97                                          &(cc)[RED],&(cc)[GRN],&(cc)[BLU])
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();
106 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines