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.5 by greg, Wed Feb 11 22:11:33 2004 UTC vs.
Revision 2.7 by greg, Tue Sep 14 02:53:50 2004 UTC

# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11  
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 +
19  
20   char *
21   fgetline(s, n, fp)      /* read in line with escapes, elide final newline */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines