mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
John Aycock correctly pointed out that the grammar for
"power" was formally ambiguous. Here's his fix.
This commit is contained in:
parent
c32f0336e0
commit
84ee323cb9
3 changed files with 4 additions and 4 deletions
|
@ -1005,15 +1005,14 @@ static arc arcs_48_1[3] = {
|
|||
static arc arcs_48_2[1] = {
|
||||
{119, 3},
|
||||
};
|
||||
static arc arcs_48_3[2] = {
|
||||
{24, 2},
|
||||
static arc arcs_48_3[1] = {
|
||||
{0, 3},
|
||||
};
|
||||
static state states_48[4] = {
|
||||
{1, arcs_48_0},
|
||||
{3, arcs_48_1},
|
||||
{1, arcs_48_2},
|
||||
{2, arcs_48_3},
|
||||
{1, arcs_48_3},
|
||||
};
|
||||
static arc arcs_49_0[7] = {
|
||||
{16, 1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue