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

Comparing ray/src/common/rtio.h (file contents):
Revision 3.14 by greg, Tue Dec 13 18:38:35 2016 UTC vs.
Revision 3.15 by greg, Tue Mar 20 18:45:04 2018 UTC

# Line 13 | Line 13
13  
14   #ifdef getc_unlocked            /* avoid horrendous overhead of flockfile */
15   #undef getc
16 + #undef getchar
17   #undef putc
18 + #undef putchar
19   #define getc    getc_unlocked
20 + #define getchar getchar_unlocked
21   #define putc    putc_unlocked
22 + #define putchar putchar_unlocked
23   #endif
24  
25   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines