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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 2.43 by greg, Mon Jul 20 15:54:29 2020 UTC vs.
Revision 2.44 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 148 | Line 148 | init(char *octnm, int np)              /* start rendering process(
148  
149   void
150   eputs(                          /* put string to stderr */
151 <        char  *s
151 >        const char  *s
152   )
153   {
154          static int  midline = 0;
# Line 164 | Line 164 | eputs(                         /* put string to stderr */
164  
165  
166   void
167 < wputs(s)                        /* print warning if enabled */
168 < char  *s;
167 > wputs(const char *s)                    /* print warning if enabled */
168   {
169          if (warnings)
170                  eputs(s);
# Line 173 | Line 172 | char  *s;
172  
173  
174   void
175 < quit(ec)                        /* make sure exit is called */
177 < int     ec;
175 > quit(int ec)                    /* make sure exit is called */
176   {
177          if (ray_pnprocs > 0)    /* close children if any */
178                  ray_pclose(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines