Remove function-less prototype (old function that was removed ?) that

happens to be a C++ reserved word, too.
This commit is contained in:
Thomas Wouters 2000-07-24 10:58:31 +00:00
parent 1790dd4b66
commit 94d8fea62e

View file

@ -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);