From 6cdcffea17bf748c10dee98e11e330ec234d8f52 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 4 Apr 2002 21:59:10 +0000 Subject: Fix style regression introduced in rev 1.11 during a WARNS cleanup. --- usr.bin/yacc/mkpar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index f7d2e66..c9ed973 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -263,8 +263,9 @@ remove_conflicts() { int i; int symbol; - action *p, *pref = NULL; + action *p, *pref; + pref = NULL; SRtotal = 0; RRtotal = 0; SRconflicts = NEW2(nstates, short); -- cgit v1.1