mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove function-less prototype (old function that was removed ?) that
happens to be a C++ reserved word, too.
This commit is contained in:
parent
1790dd4b66
commit
94d8fea62e
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ dfa *adddfa(grammar *g, int type, char *name);
|
|||
int addstate(dfa *d);
|
||||
void addarc(dfa *d, int from, int to, int lbl);
|
||||
dfa *PyGrammar_FindDFA(grammar *g, int type);
|
||||
char *typename(grammar *g, int lbl);
|
||||
|
||||
int addlabel(labellist *ll, int type, char *str);
|
||||
int findlabel(labellist *ll, int type, char *str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue