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.5 by schorsch, Sat Jun 7 12:50:21 2003 UTC vs.
Revision 3.6 by schorsch, Wed Jul 30 10:11:06 2003 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   int     nowarn = 0;             /* don't print warnings? */
13  
14   void
15 < wputs(s)
16 < char    *s;
15 > wputs(char *s)
16   {
17          if (!nowarn)
18                  eputs(s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines