diff options
Diffstat (limited to 'usr.bin/yacc/mkpar.c')
-rw-r--r-- | usr.bin/yacc/mkpar.c | 3 |
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); |