| # | Line 248 | Line 248 | copysect( /* copy holodeck section from ifd to ofd */ | |
|---|---|---|
| 248 | ||
| 249 | ||
| 250 | void | |
| 251 | < | eputs(s) /* put error message to stderr */ |
| 252 | < | char *s; |
| 251 | > | eputs(const char *s) /* put error message to stderr */ |
| 252 | { | |
| 253 | static int midline = 0; | |
| 254 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |