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

Comparing ray/src/common/paths.h (file contents):
Revision 2.28 by schorsch, Mon Mar 7 01:15:01 2016 UTC vs.
Revision 2.30 by greg, Mon Jul 10 20:15:18 2017 UTC

# Line 106 | Line 106
106          #define CURDIR          '.'
107      #define DEFAULT_TEMPDIRS    {"/var/tmp", "/usr/tmp", "/tmp", ".", NULL}
108      #define TEMPLATE            "/tmp/rtXXXXXX"
109 <    #define TEMPLEN             17
109 >    #define TEMPLEN             13
110      #define ULIBVAR             "RAYPATH"
111      #ifndef DEFPATH
112        #define DEFPATH           ":/usr/local/lib/ray"
# Line 133 | Line 133 | extern "C" {
133   #if defined(_WIN32) || defined(_WIN64)
134    extern FILE *win_popen(char *command, char *type);
135    extern int win_pclose(FILE *p);
136 <  extern char  *fixargv0();
136 >  extern char  *fixargv0(char *arg0);
137   #endif
138  
139   /* Check if any of the characters in str2 are found in str1 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines