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

Comparing ray/src/gen/mksource.c (file contents):
Revision 2.9 by greg, Fri Jan 15 20:56:50 2021 UTC vs.
Revision 2.10 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 558 | Line 558 | userr:
558   }
559  
560   void
561 < eputs(char  *s)
561 > eputs(const char  *s)
562   {
563          static int  midline = 0;
564  
# Line 576 | Line 576 | eputs(char  *s)
576   }
577  
578   void
579 < wputs(char *s)
579 > wputs(const char *s)
580   {
581          /* no warnings */
582   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines