Commit 44c4c6db authored by Neil Schemenauer's avatar Neil Schemenauer

Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.

parent fd1030e1
......@@ -13,6 +13,7 @@
#include "pgen.h"
extern int Py_DebugFlag;
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