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.8 by greg, Wed Jul 9 22:46:51 2014 UTC vs.
Revision 2.9 by greg, Fri Mar 4 00:21:21 2016 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
14  
15   char *
16   fgetline(               /* read in line with escapes, elide final newline */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines