From 7a285819e309b7c5922ec7b95ac2db2e1d570af5 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 4 Apr 2002 22:10:23 +0000 Subject: [PATCH] Revert revision 1.3. This is WARNS=4 clean w/o it and it only increases the diffs to Open/NetBSD. --- usr.bin/yacc/reader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index acd55b7a89b6..c9c6e3aa38e4 100644 --- a/usr.bin/yacc/reader.c +++ b/usr.bin/yacc/reader.c @@ -1884,7 +1884,7 @@ static void print_grammar() { int i, j, k; - int spacing = 0; + int spacing; FILE *f = verbose_file; if (!vflag) return;