]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Mon, 22 Apr 2002 03:29:32 +0000 (03:29 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Mon, 22 Apr 2002 03:29:32 +0000 (03:29 +0000)
Parser/pgen.c

index 55ce7a1f47fe4eb976730c58ef0125264aa1c6a0..03d3c826dad33a7035b83b428f07d1a53706d1a1 100644 (file)
@@ -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] */