summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1997-08-29 22:01:11 (GMT)
committerBarry Warsaw <barry@python.org>1997-08-29 22:01:11 (GMT)
commitd5a0ff972dee45bb30cad3aea15eb50ea6b6fc82 (patch)
treeeffbae261fff1081d686f746a24f5db6c642bfcf /Include
parent3e613ce79b45be05065804f3f08ec94813dc74f3 (diff)
downloadcpython-d5a0ff972dee45bb30cad3aea15eb50ea6b6fc82.zip
cpython-d5a0ff972dee45bb30cad3aea15eb50ea6b6fc82.tar.gz
cpython-d5a0ff972dee45bb30cad3aea15eb50ea6b6fc82.tar.bz2
Added extern definition for -X flag variable.
Diffstat (limited to 'Include')
-rw-r--r--Include/pydebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h
index 0ebfd80..b97de69 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_InteractiveFlag;
extern DL_IMPORT(int) Py_OptimizeFlag;
+extern DL_IMPORT(int) Py_UseClassExceptionsFlag;
void Py_FatalError Py_PROTO((char *));