[Python-checkins] closes bpo-35340: Add freegrammar to pgenheaders.h. (GH-10788)

Benjamin Peterson webhook-mailer at python.org
Thu Nov 29 02:37:20 EST 2018


https://github.com/python/cpython/commit/2e869a8f8280b5c786b3fde1f990e13927625e7a
commit: 2e869a8f8280b5c786b3fde1f990e13927625e7a
branch: 2.7
author: Benjamin Peterson <benjamin at python.org>
committer: GitHub <noreply at github.com>
date: 2018-11-29T01:37:15-06:00
summary:

closes bpo-35340: Add freegrammar to pgenheaders.h. (GH-10788)

files:
M Include/pgenheaders.h

diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index 2049ae32bb1d..4843de6c023e 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -23,6 +23,7 @@ PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
 #define delbitset _Py_delbitset
 #define dumptree _Py_dumptree
 #define findlabel _Py_findlabel
+#define freegrammar _Py_freegrammar
 #define mergebitset _Py_mergebitset
 #define meta_grammar _Py_meta_grammar
 #define newbitset _Py_newbitset



More information about the Python-checkins mailing list