summaryrefslogtreecommitdiff
path: root/usr.bin/error/input.c
diff options
context:
space:
mode:
authorwsanchez <wsanchez@NetBSD.org>1998-10-08 01:29:27 +0000
committerwsanchez <wsanchez@NetBSD.org>1998-10-08 01:29:27 +0000
commitd2b96d3f77535a6b4b68bc7204cb724a50a1b452 (patch)
tree80ab8b69858c75423182054541abf53c7815bb81 /usr.bin/error/input.c
parent974aa74abd2e7fca95e0253a90f67af72bc8d622 (diff)
Get rid of multiply defined common symbols
langauge should be language in error.h
Diffstat (limited to 'usr.bin/error/input.c')
-rw-r--r--usr.bin/error/input.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/error/input.c b/usr.bin/error/input.c
index d226510d0d0..eebda9b7322 100644
--- a/usr.bin/error/input.c
+++ b/usr.bin/error/input.c
@@ -1,4 +1,4 @@
-/* $NetBSD: input.c,v 1.5 1997/10/18 14:44:32 lukem Exp $ */
+/* $NetBSD: input.c,v 1.6 1998/10/08 01:29:27 wsanchez Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: input.c,v 1.5 1997/10/18 14:44:32 lukem Exp $");
+__RCSID("$NetBSD: input.c,v 1.6 1998/10/08 01:29:27 wsanchez Exp $");
#endif /* not lint */
#include <stdio.h>
@@ -50,9 +50,6 @@ __RCSID("$NetBSD: input.c,v 1.5 1997/10/18 14:44:32 lukem Exp $");
int wordc; /* how long the current error message is */
char **wordv; /* the actual error message */
-int nerrors;
-int language;
-
Errorclass catchall __P((void));
Errorclass cpp __P((void));
Errorclass f77 __P((void));