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.20 by greg, Fri Jul 19 17:37:56 2019 UTC vs.
Revision 3.21 by greg, Fri Aug 9 23:34:39 2019 UTC

# Line 23 | Line 23
23   #define getchar getchar_unlocked
24   #define putc    putc_unlocked
25   #define putchar putchar_unlocked
26 + #ifndef __cplusplus
27   #define feof    feof_unlocked
28   #define ferror  ferror_unlocked
29 + #endif
30   #endif
31  
32   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines