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.1 by gregl, Tue Nov 11 19:53:17 1997 UTC vs.
Revision 3.2 by gwlarson, Wed Jun 3 12:11:45 1998 UTC

# Line 8 | Line 8 | static char SCCSid[] = "$SunId$ SGI";
8   * Default warning output function.
9   */
10  
11 + int     nowarn = 0;             /* don't print warnings? */
12 +
13   wputs(s)
14   char    *s;
15   {
16 <        eputs(s);
16 >        if (!nowarn)
17 >                eputs(s);
18   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines