diff options
author | Guido van Rossum <guido@python.org> | 1997-05-07 23:51:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-07 23:51:07 (GMT) |
commit | ee2373b930fb6d994e2f0ea2cfbb5753da4fba4e (patch) | |
tree | 8b42b22b53805dae2031613294ae26470b64c149 /Python/graminit.c | |
parent | 6778f257b7d06d2fc88563a9141b2f1b92d4ebb7 (diff) | |
download | cpython-ee2373b930fb6d994e2f0ea2cfbb5753da4fba4e.zip cpython-ee2373b930fb6d994e2f0ea2cfbb5753da4fba4e.tar.gz cpython-ee2373b930fb6d994e2f0ea2cfbb5753da4fba4e.tar.bz2 |
Oops, missed some renamings.
Diffstat (limited to 'Python/graminit.c')
-rw-r--r-- | Python/graminit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/graminit.c b/Python/graminit.c index 7b31a31..ca08e00 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}, |