From 16be03e4a206c24b00dc1d2d3c740dffbbfc4ac9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 10 Jan 2007 18:51:35 +0000 Subject: Some more changes related to the new except syntax and semantics, by Collin Winter. --- Python/graminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/graminit.c') diff --git a/Python/graminit.c b/Python/graminit.c index 3f0224045e6..0c4bfb5739b 100644 --- a/Python/graminit.c +++ b/Python/graminit.c @@ -1053,7 +1053,7 @@ static arc arcs_46_2[2] = { {0, 2}, }; static arc arcs_46_3[1] = { - {22, 4}, + {19, 4}, }; static arc arcs_46_4[1] = { {0, 4}, -- cgit v1.2.3