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.18 by greg, Wed May 30 14:14:56 2018 UTC vs.
Revision 3.19 by greg, Fri Jun 1 16:38:37 2018 UTC

# Line 97 | Line 97 | extern float * matchlamp(char *s);
97   extern int      loadlamps(char *file);
98   extern void     freelamps(void);
99  
100 < #ifdef __GNUC__                 /* defined in option strlcpy.c */
100 > #ifndef strlcpy                         /* defined in option strlcpy.c */
101   extern size_t   strlcpy(char *dst, const char *src, size_t siz);
102   extern size_t   strlcat(char *dst, const char *src, size_t siz);
103   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines