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

Comparing ray/src/common/fgetline.c (file contents):
Revision 2.6 by greg, Thu Apr 29 14:36:49 2004 UTC vs.
Revision 2.7 by greg, Tue Sep 14 02:53:50 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines