mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
This commit is contained in:
parent
4d202281c1
commit
0b60f64e43
12 changed files with 132 additions and 35 deletions
|
@ -1,7 +1,8 @@
|
|||
/* Generated by Parser/pgen */
|
||||
|
||||
#include "exports.h"
|
||||
#include "grammar.h"
|
||||
grammar _PyParser_Grammar;
|
||||
Py_EXPORTED_SYMBOL grammar _PyParser_Grammar;
|
||||
static const arc arcs_0_0[3] = {
|
||||
{2, 1},
|
||||
{3, 2},
|
||||
|
@ -2693,7 +2694,7 @@ static const label labels[183] = {
|
|||
{346, 0},
|
||||
{347, 0},
|
||||
};
|
||||
grammar _PyParser_Grammar = {
|
||||
Py_EXPORTED_SYMBOL grammar _PyParser_Grammar = {
|
||||
92,
|
||||
dfas,
|
||||
{183, labels},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue