| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 12 | #include "rterror.h" | |
| 13 | ||
| 14 | void | |
| 15 | < | eputs(s) /* error message */ |
| 16 | < | char *s; |
| 15 | > | eputs(const char *s) /* error message */ |
| 16 | { | |
| 17 | fputs(s, stderr); | |
| 18 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |