Commit 8cc02080 authored by Thomas Wouters's avatar Thomas Wouters

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

happens to be a C++ reserved word, too.
parent 74af33b5
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment