summaryrefslogtreecommitdiff
path: root/Python/graminit.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/graminit.c')
-rw-r--r--Python/graminit.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/Python/graminit.c b/Python/graminit.c
index 33ef64b8b7..1f74504235 100644
--- a/Python/graminit.c
+++ b/Python/graminit.c
@@ -931,7 +931,8 @@ static arc arcs_42_1[2] = {
{26, 2},
{0, 1},
};
-static arc arcs_42_2[2] = {
+static arc arcs_42_2[3] = {
+ {78, 3},
{27, 3},
{0, 2},
};
@@ -944,7 +945,7 @@ static arc arcs_42_4[1] = {
static state states_42[5] = {
{1, arcs_42_0},
{2, arcs_42_1},
- {2, arcs_42_2},
+ {3, arcs_42_2},
{1, arcs_42_3},
{1, arcs_42_4},
};