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.31 by greg, Fri Apr 7 19:06:18 2023 UTC vs.
Revision 2.32 by greg, Tue Jun 3 21:31:51 2025 UTC

# Line 92 | Line 92
92      #ifndef DEFPATH
93        #define DEFPATH           ";/ray/lib"
94      #endif
95    #define      fixargv0(a0)   (a0)
95  
96    #else
97  
# Line 114 | Line 113
113      #define SPECIALS            " \t\n'\"()${}*?[];|&"
114      #define QUOTCHAR            '\''
115      #define ALTQUOT             '"'
117    #define      fixargv0(a0)   (a0)
116  
117    #endif
118   #endif
# Line 133 | Line 131 | extern "C" {
131   #if defined(_WIN32) || defined(_WIN64)
132    extern FILE *win_popen(char *command, char *type);
133    extern int win_pclose(FILE *p);
136  extern char  *fixargv0(char *arg0);
134   #endif
135 +
136 + /* Set global progname and return path-free version of argv[0] */
137 + extern char  *fixargv0(char *arg0);
138 + extern char  *progname;
139  
140   /* Check if any of the characters in str2 are found in str1 */
141   extern int matchany(const char *str1, const char *str2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines