summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/mkpar.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-04 21:59:10 +0000
committerobrien <obrien@FreeBSD.org>2002-04-04 21:59:10 +0000
commit6cdcffea17bf748c10dee98e11e330ec234d8f52 (patch)
tree11183b0522d311c9f717c621241b1b7e9fb481e0 /usr.bin/yacc/mkpar.c
parenta60be51cd447d9fd104957ad04440bde9ea3a0a1 (diff)
downloadFreeBSD-src-6cdcffea17bf748c10dee98e11e330ec234d8f52.zip
FreeBSD-src-6cdcffea17bf748c10dee98e11e330ec234d8f52.tar.gz
Fix style regression introduced in rev 1.11 during a WARNS cleanup.
Diffstat (limited to 'usr.bin/yacc/mkpar.c')
-rw-r--r--usr.bin/yacc/mkpar.c3
1 files changed, 2 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud