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

Comparing ray/src/rt/rtmain.c (file contents):
Revision 2.43 by greg, Mon Feb 6 20:37:06 2023 UTC vs.
Revision 2.44 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 35 | Line 35 | char  *errfile = NULL;                 /* error output file */
35  
36   int  nproc = 1;                         /* number of processes */
37  
38 extern char  *formstr(int f);           /* string from format */
38   extern int  setrtoutput(void);          /* set output values */
39  
40   int  inform = 'a';                      /* input format */
# Line 417 | Line 416 | badopt:
416  
417   void
418   wputs(                          /* warning output function */
419 <        char    *s
419 >        const char      *s
420   )
421   {
422          int  lasterrno = errno;
# Line 428 | Line 427 | wputs(                         /* warning output function */
427  
428   void
429   eputs(                          /* put string to stderr */
430 <        char  *s
430 >        const char  *s
431   )
432   {
433          static int  midline = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines