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

Comparing ray/src/common/wputs.c (file contents):
Revision 3.6 by schorsch, Wed Jul 30 10:11:06 2003 UTC vs.
Revision 3.7 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7  
8   #include "copyright.h"
9  
10 < #include "standard.h"
10 > #include <stdio.h>
11  
12 + #include "rterror.h"
13 +
14   int     nowarn = 0;             /* don't print warnings? */
15  
16   void
17 < wputs(char *s)
17 > wputs(const char *s)
18   {
19          if (!nowarn)
20                  eputs(s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines