summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/grammar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/grammar.h b/Include/grammar.h
index ba67f90..b842393 100644
--- a/Include/grammar.h
+++ b/Include/grammar.h
@@ -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);