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

Comparing ray/src/common/portio.c (file contents):
Revision 2.10 by greg, Tue Dec 9 15:51:42 2003 UTC vs.
Revision 2.11 by greg, Tue Sep 14 02:53:50 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines