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

Comparing ray/src/util/getinfo.c (file contents):
Revision 2.15 by greg, Tue Mar 20 17:48:16 2018 UTC vs.
Revision 2.16 by greg, Tue Mar 20 18:18:39 2018 UTC

# Line 15 | Line 15 | static const char      RCSid[] = "$Id$";
15   #include  "resolu.h"
16  
17   #ifdef getc_unlocked            /* avoid nasty file-locking overhead */
18 + #undef getc
19   #undef getchar
20   #undef putchar
21 + #define getc            getc_unlocked
22   #define getchar         getchar_unlocked
23   #define putchar         putchar_unlocked
24   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines