From ee2373b930fb6d994e2f0ea2cfbb5753da4fba4e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 May 1997 23:51:07 +0000 Subject: Oops, missed some renamings. --- 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 7b31a31be7..ca08e00ad8 100644 --- a/Python/graminit.c +++ b/Python/graminit.c @@ -1445,7 +1445,7 @@ static label labels[124] = { {1, "class"}, {312, 0}, }; -grammar gram = { +grammar _PyParser_Grammar = { 57, dfas, {124, labels}, -- cgit v1.2.1