diff options
Diffstat (limited to 'Parser/pgen.h')
-rw-r--r-- | Parser/pgen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Parser/pgen.h b/Parser/pgen.h index a20a0c2..ddf52e6 100644 --- a/Parser/pgen.h +++ b/Parser/pgen.h @@ -16,10 +16,10 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. /* Parser generator interface */ -extern grammar *meta_grammar Py_PROTO((void)); +extern grammar *meta_grammar(void); struct _node; -extern grammar *pgen Py_PROTO((struct _node *)); +extern grammar *pgen(struct _node *); #ifdef __cplusplus } |