Commit 5352d8c0 authored by Neal Norwitz's avatar Neal Norwitz

Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c

parent 8c20916d
......@@ -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] */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment