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

Comparing ray/src/common/color.c (file contents):
Revision 2.6 by greg, Tue Mar 2 09:09:51 1993 UTC vs.
Revision 2.7 by greg, Fri Jun 4 14:51:39 1993 UTC

# Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12  
13   #include  <stdio.h>
14  
15 + #include  <math.h>
16 +
17   #include  "color.h"
18  
19   #define  MINELEN        8       /* minimum scanline length for encoding */
20   #define  MAXELEN        0x7fff  /* maximum scanline length for encoding */
21   #define  MINRUN         4       /* minimum run length */
20
21 #ifndef frexp
22 extern double  frexp();
23 #endif
22  
23  
24   char *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines