summaryrefslogtreecommitdiff
path: root/usr.bin/m4/main.c
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-07-28 05:36:19 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-07-28 05:36:19 +0000
commit6672ff5584caec9b08389e1034a49a873197218c (patch)
tree0afb75d4eeef2250c42a70401d0089c352643895 /usr.bin/m4/main.c
parent2589b03984b61490cbe7a1842ccab562f3a91a5b (diff)
Wall cleanup
Diffstat (limited to 'usr.bin/m4/main.c')
-rw-r--r--usr.bin/m4/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c
index 771afc878a5..6f3ee902b90 100644
--- a/usr.bin/m4/main.c
+++ b/usr.bin/m4/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.39 2001/03/05 15:09:20 espie Exp $ */
+/* $OpenBSD: main.c,v 1.40 2001/07/28 05:36:18 pvalchev Exp $ */
/* $NetBSD: main.c,v 1.12 1997/02/08 23:54:49 cgd Exp $ */
/*-
@@ -47,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: main.c,v 1.39 2001/03/05 15:09:20 espie Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.40 2001/07/28 05:36:18 pvalchev Exp $";
#endif
#endif /* not lint */
@@ -177,7 +177,6 @@ main(argc,argv)
int c;
int n;
char *p;
- FILE *ifp;
if (signal(SIGINT, SIG_IGN) != SIG_IGN)
signal(SIGINT, onintr);