mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
This commit is contained in:
parent
019f0a0cb8
commit
e502451781
13 changed files with 33 additions and 31 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "pgenheaders.h"
|
||||
#include "grammar.h"
|
||||
PyAPI_DATA(grammar) _PyParser_Grammar;
|
||||
grammar _PyParser_Grammar;
|
||||
static arc arcs_0_0[3] = {
|
||||
{2, 1},
|
||||
{3, 1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue