Fix style regression introduced in rev 1.11 during a WARNS cleanup.
This commit is contained in:
parent
9a0cf5fedb
commit
ff28a75fed
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user