Fix style regression introduced in rev 1.11 during a WARNS cleanup.

This commit is contained in:
David E. O'Brien 2002-04-04 21:59:10 +00:00
parent 9a0cf5fedb
commit ff28a75fed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93829

View File

@ -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);