diff options
author | Guido van Rossum <guido@python.org> | 1998-04-10 17:59:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-10 17:59:44 (GMT) |
commit | 4d856ee652e76b6b8cdba5ae624e226ac03065d7 (patch) | |
tree | 37e384a8ee943440b175874197988f61319399f2 /Include/pydebug.h | |
parent | 327aff7864997e310e28ab9fbdd7cd3f8f1c756f (diff) | |
download | cpython-4d856ee652e76b6b8cdba5ae624e226ac03065d7.zip cpython-4d856ee652e76b6b8cdba5ae624e226ac03065d7.tar.gz cpython-4d856ee652e76b6b8cdba5ae624e226ac03065d7.tar.bz2 |
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 3fe758a..d41a1e8 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 *)); |