diff options
author | Barry Warsaw <barry@python.org> | 1997-08-29 22:01:11 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-08-29 22:01:11 +0000 |
commit | e55efb3523a6201d2ce490c91374b43e225f2079 (patch) | |
tree | 34a5ef504b6c3ac76f756b1627ce5e9f8ae85bd9 /Include/pydebug.h | |
parent | 15160f268e84d21f1de7a3ad9ec5d15acfe04d11 (diff) | |
download | cpython-e55efb3523a6201d2ce490c91374b43e225f2079.tar.gz |
Added extern definition for -X flag variable.
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r-- | Include/pydebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h index 0ebfd80275..b97de69a0b 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 *)); |