Added Tabcheck flag.

This commit is contained in:
Guido van Rossum 1998-04-10 17:59:44 +00:00
parent 327aff7864
commit 4d856ee652
1 changed files with 1 additions and 0 deletions

View File

@ -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 *));