From: Guido van Rossum Date: Fri, 10 Apr 1998 17:59:44 +0000 (+0000) Subject: Added Tabcheck flag. X-Git-Tag: v1.5.1~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d856ee652e76b6b8cdba5ae624e226ac03065d7;p=python Added Tabcheck flag. --- 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 *));