From 94d8fea62eb49fab7c673b764221020ab5ce7767 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Mon, 24 Jul 2000 10:58:31 +0000 Subject: Remove function-less prototype (old function that was removed ?) that happens to be a C++ reserved word, too. --- Include/grammar.h | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v0.12