diff options
author | Guido van Rossum <guido@python.org> | 1998-04-10 17:59:44 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-10 17:59:44 +0000 |
commit | e59b9b540860bc8bf51d82541df4390b0d49edc5 (patch) | |
tree | 41bb0e86d5a4efb866a8a1050507dbc752b7a1e9 /Include/pydebug.h | |
parent | bc8692bce5f05990ba44f90b4bd668b672b5798c (diff) | |
download | cpython-e59b9b540860bc8bf51d82541df4390b0d49edc5.tar.gz |
Added Tabcheck flag.
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 3fe758ae56..d41a1e876a 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -42,6 +42,7 @@ extern DL_IMPORT(int) Py_OptimizeFlag; extern DL_IMPORT(int) Py_NoSiteFlag; extern DL_IMPORT(int) Py_UseClassExceptionsFlag; extern DL_IMPORT(int) Py_FrozenFlag; +extern DL_IMPORT(int) Py_TabcheckFlag; void Py_FatalError Py_PROTO((char *)); |