mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Oops, missed some renamings.
This commit is contained in:
parent
6778f257b7
commit
ee2373b930
5 changed files with 11 additions and 14 deletions
|
|
@ -49,7 +49,7 @@ printgrammar(g, fp)
|
|||
fprintf(fp, "#include \"grammar.h\"\n");
|
||||
printdfas(g, fp);
|
||||
printlabels(g, fp);
|
||||
fprintf(fp, "grammar gram = {\n");
|
||||
fprintf(fp, "grammar _PyParser_Grammar = {\n");
|
||||
fprintf(fp, "\t%d,\n", g->g_ndfas);
|
||||
fprintf(fp, "\tdfas,\n");
|
||||
fprintf(fp, "\t{%d, labels},\n", g->g_ll.ll_nlabels);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue