more minor fixes

-Erik
This commit is contained in:
Erik Andersen
2000-03-19 10:46:06 +00:00
parent c7c634bd88
commit 1dbe340eba
5 changed files with 135 additions and 97 deletions

View File

@ -1291,12 +1291,6 @@ const char *reject;
/* ========================================================================
* Error handlers.
*/
void warn(a, b)
char *a, *b; /* message strings juxtaposed in output */
{
WARN((stderr, "warning: %s%s\n", a, b));
}
void read_error()
{
fprintf(stderr, "\n");