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.27 by greg, Mon Feb 6 22:40:21 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
# Line 65 | Line 65 | extern int     checkheader(FILE *fin, char fmt[MAXFMTLEN],
65                                          /* defined in fltdepth.c */
66   extern int      open_float_depth(const char *fname, long expected_length);
67                                          /* defined in badarg.c */
68 < extern int      badarg(int ac, char **av, char *fl);
68 > extern int      badarg(int ac, char **av, const char *fl);
69                                          /* defined in expandarg.c */
70   extern int      envexpchr, filexpchr;
71   extern int      expandarg(int *acp, char ***avp, int n);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines