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.14 by greg, Tue Dec 9 15:51:42 2003 UTC vs.
Revision 2.15 by greg, Tue Sep 14 02:53:50 2004 UTC

# Line 18 | Line 18 | static const char      RCSid[] = "$Id$";
18   #include  "color.h"
19  
20   #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
21 + #undef getc
22 + #undef putc
23   #define getc    getc_unlocked
24   #define putc    putc_unlocked
25   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines