summaryrefslogtreecommitdiffstats
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-03-03 19:13:54 (GMT)
committerGuido van Rossum <guido@python.org>1997-03-03 19:13:54 (GMT)
commite9e47796c8138158b07a358754b28c0211de9103 (patch)
tree8fb26e7c8842d950f15111484c04a70d8b2c80c0 /Include/pydebug.h
parent8e793d925c1fa43840bc2a45292843c28a497976 (diff)
downloadcpython-e9e47796c8138158b07a358754b28c0211de9103.zip
cpython-e9e47796c8138158b07a358754b28c0211de9103.tar.gz
cpython-e9e47796c8138158b07a358754b28c0211de9103.tar.bz2
Add global Py_OptimizeFlag.
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r--Include/pydebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h
index 03eae8e..f187bed 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -39,6 +39,7 @@ extern DL_IMPORT(int) Py_DebugFlag;
extern DL_IMPORT(int) Py_VerboseFlag;
extern DL_IMPORT(int) Py_SuppressPrintingFlag;
extern DL_IMPORT(int) Py_InteractiveFlag;
+extern DL_IMPORT(int) Py_OptimizeFlag;
void Py_FatalError Py_PROTO((char *));