mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-36623: Clean parser headers and include files (GH-12253)
After the removal of pgen, multiple header and function prototypes that lack implementation or are unused are still lying around.
This commit is contained in:
parent
f8716c88f1
commit
f2cf1e3e28
19 changed files with 16 additions and 83 deletions
|
@ -38,6 +38,11 @@ int PyParser_AddToken(parser_state *ps, int type, char *str,
|
|||
int *expected_ret);
|
||||
void PyGrammar_AddAccelerators(grammar *g);
|
||||
|
||||
|
||||
#define showtree _Py_showtree
|
||||
#define printtree _Py_printtree
|
||||
#define dumptree _Py_dumptree
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue