]> granicus.if.org Git - python/commitdiff
Remove function-less prototype (old function that was removed ?) that
authorThomas Wouters <thomas@python.org>
Mon, 24 Jul 2000 10:58:31 +0000 (10:58 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 24 Jul 2000 10:58:31 +0000 (10:58 +0000)
happens to be a C++ reserved word, too.

Include/grammar.h

index ba67f90152f8f010e48c164996258d580152502d..b842393f6eae370f60a9cc99dfa3f672ffa19447 100644 (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);