mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c
This commit is contained in:
parent
8c20916de2
commit
5352d8c0c6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include "pgen.h"
|
||||
|
||||
extern int Py_DebugFlag;
|
||||
int Py_IgnoreEnvironmentFlag; /* needed by Py_GETENV */
|
||||
extern int Py_IgnoreEnvironmentFlag; /* needed by Py_GETENV */
|
||||
|
||||
|
||||
/* PART ONE -- CONSTRUCT NFA -- Cf. Algorithm 3.2 from [Aho&Ullman 77] */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue