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

Comparing ray/src/hd/rholo.c (file contents):
Revision 3.82 by greg, Thu Nov 7 23:17:58 2019 UTC vs.
Revision 3.83 by greg, Thu Feb 9 21:54:11 2023 UTC

# Line 632 | Line 632 | badvalue(                      /* report bad variable value and exit */
632  
633  
634   void
635 < eputs(s)                        /* put error message to stderr */
636 < char  *s;
635 > eputs(const char *s)            /* put error message to stderr */
636   {
637          static int  midline = 0;
638  
# Line 652 | Line 651 | char  *s;
651  
652  
653   void
654 < quit(ec)                        /* exit program gracefully */
656 < int     ec;
654 > quit(int ec)                    /* exit program gracefully */
655   {
656          int     status = 0;
657  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines