| # | 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); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |