mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
entered into RCS
This commit is contained in:
@@ -742,9 +742,9 @@ int state;
|
|||||||
if (mask == 0)
|
if (mask == 0)
|
||||||
{
|
{
|
||||||
mask = 1;
|
mask = 1;
|
||||||
/* This used to be fp1, but I think fp2 is right
|
/* We tried incrementing just fp1, and just fp2; both seem wrong.
|
||||||
because fp2 is where the words are fetched to test with mask
|
It seems necessary to increment both in sync. */
|
||||||
in this loop. */
|
fp1++;
|
||||||
fp2++;
|
fp2++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user