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.6 by greg, Thu Apr 29 14:36:49 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 + #define getc    getc_unlocked
16 + #endif
17 +
18  
19   char *
20   fgetline(s, n, fp)      /* read in line with escapes, elide final newline */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines