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