| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | /* Copyright (c) 1997 Silicon Graphics, Inc. */ |
| 2 | – | |
| 1 | #ifndef lint | |
| 2 | < | static char SCCSid[] = "$SunId$ SGI"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 6 | – | |
| 4 | /* | |
| 5 | * Default warning output function. | |
| 6 | */ | |
| 7 | ||
| 8 | + | #include "copyright.h" |
| 9 | + | |
| 10 | + | #include "standard.h" |
| 11 | + | |
| 12 | int nowarn = 0; /* don't print warnings? */ | |
| 13 | ||
| 14 | + | void |
| 15 | wputs(s) | |
| 16 | char *s; | |
| 17 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |