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.18 by greg, Tue Apr 10 23:38:40 2018 UTC vs.
Revision 2.19 by greg, Tue Apr 10 23:42:52 2018 UTC

# Line 17 | Line 17 | static const char      RCSid[] = "$Id$";
17   #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
18   #undef getc
19   #undef putc
20 + #undef ferror
21   #define getc    getc_unlocked
22   #define putc    putc_unlocked
23   #define ferror  ferror_unlocked
# Line 101 | Line 102 | fwritecolrs(                   /* write out a colr scanline */
102  
103  
104   static int
105 < oldreadcolrs(                   /* read in an old colr scanline */
105 > oldreadcolrs(                   /* read in an old-style colr scanline */
106          COLR  *scanline,
107          int  len,
108          FILE  *fp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines