From bb301c53ed5a8110b1a0758e6d2ad0956ee804c5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 12 Aug 1997 14:57:08 +0000 Subject: [PATCH] Added prototype for PyGrammar_RemoveAccelerators(). --- Include/grammar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/grammar.h b/Include/grammar.h index 135a5344a1..4ec6b88143 100644 --- a/Include/grammar.h +++ b/Include/grammar.h @@ -113,6 +113,7 @@ void translatelabels Py_PROTO((grammar *g)); void addfirstsets Py_PROTO((grammar *g)); void PyGrammar_AddAccelerators Py_PROTO((grammar *g)); +void PyGrammar_RemoveAccelerators Py_PROTO((grammar *)); void printgrammar Py_PROTO((grammar *g, FILE *fp)); void printnonterminals Py_PROTO((grammar *g, FILE *fp)); -- 2.50.1