ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/replmarks.c
(Generate patch)

Comparing ray/src/gen/replmarks.c (file contents):
Revision 2.21 by greg, Wed Apr 23 01:57:04 2025 UTC vs.
Revision 2.22 by greg, Tue Jun 3 21:31:51 2025 UTC

# Line 46 | Line 46 | int    nmarkers = 0;           /* number of markers */
46  
47   int     expand;                 /* expand commands? */
48  
49 char    *progname;
50
49   static void convert(char *name, FILE *fin);
50   static void cvcomm(char *fname, FILE *fin);
51   static void cvobject(char *fname, FILE *fin);
# Line 66 | Line 64 | main(
64          FILE    *fp;
65          int     i, j;
66  
67 <        progname = argv[0];
67 >        fixargv0(argv[0]);              /* sets global progname */
68          i = 1;
69          while (i < argc && argv[i][0] == '-') {
70                  do {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines