summaryrefslogtreecommitdiffstats
path: root/Parser/pgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/pgen.h')
-rw-r--r--Parser/pgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Parser/pgen.h b/Parser/pgen.h
index eca1d0c..d215225 100644
--- a/Parser/pgen.h
+++ b/Parser/pgen.h
@@ -37,10 +37,10 @@ PERFORMANCE OF THIS SOFTWARE.
/* Parser generator interface */
-extern grammar *meta_grammar PROTO((void));
+extern grammar *meta_grammar Py_PROTO((void));
struct _node;
-extern grammar *pgen PROTO((struct _node *));
+extern grammar *pgen Py_PROTO((struct _node *));
#ifdef __cplusplus
}