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

Comparing ray/src/ot/getbbox.c (file contents):
Revision 2.6 by schorsch, Sat Mar 27 12:41:45 2004 UTC vs.
Revision 2.7 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 98 | Line 98 | cputs(void)                                    /* interactive error */
98  
99   void
100   wputs(                          /* warning message */
101 <        char  *s
101 >        const char  *s
102   )
103   {
104          if (!nowarn)
# Line 108 | Line 108 | wputs(                         /* warning message */
108  
109   void
110   eputs(                          /* put string to stderr */
111 <        register char  *s
111 >        const char  *s
112   )
113   {
114          static int  inln = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines