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

Comparing ray/src/rt/rvmain.c (file contents):
Revision 2.18 by greg, Tue Jan 24 21:54:49 2023 UTC vs.
Revision 2.19 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 257 | Line 257 | badopt:
257  
258   void
259   wputs(                          /* warning output function */
260 <        char    *s
260 >        const char      *s
261   )
262   {
263          int  lasterrno = errno;
# Line 268 | Line 268 | wputs(                         /* warning output function */
268  
269   void
270   eputs(                          /* put string to stderr */
271 <        char  *s
271 >        const char  *s
272   )
273   {
274          static int  midline = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines