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

Comparing ray/src/common/bmpfile.c (file contents):
Revision 2.11 by schorsch, Wed Jul 28 00:17:58 2004 UTC vs.
Revision 2.12 by greg, Tue Sep 14 02:53:50 2004 UTC

# Line 11 | Line 11 | static const char RCSid[] = "$Id$";
11   #include "bmpfile.h"
12  
13   #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
14 + #undef getc
15 + #undef putc
16   #define getc    getc_unlocked
17   #define putc    putc_unlocked
18   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines