diff options
| author | Guido van Rossum <guido@python.org> | 1997-05-07 23:51:07 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-05-07 23:51:07 +0000 |
| commit | a691bec23a8d1a85b97d0b4911970cf98df7c4e2 (patch) | |
| tree | b393dfa7e7b572b6ca5c29853e308d7234d04250 /Python/graminit.c | |
| parent | e3473bc734d69e42a2787bbd8a66db9bfd5e9356 (diff) | |
| download | cpython-a691bec23a8d1a85b97d0b4911970cf98df7c4e2.tar.gz | |
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 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}, |
