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.25 by greg, Fri Feb 19 16:15:23 2021 UTC vs.
Revision 3.26 by greg, Sat Feb 4 17:24:30 2023 UTC

# Line 17 | Line 17
17   #undef getchar
18   #undef putc
19   #undef putchar
20 #undef feof
21 #undef ferror
20   #define getc    getc_unlocked
21   #define getchar getchar_unlocked
22   #define putc    putc_unlocked
23   #define putchar putchar_unlocked
24   #ifndef __cplusplus
25 + #undef feof
26 + #undef ferror
27   #define feof    feof_unlocked
28   #define ferror  ferror_unlocked
29   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines