From e1b5ac640841e4233bcd0204efcd50fe9b50a6d0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 4 Jun 2008 13:06:58 +0000 Subject: Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. --- Include/pydebug.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Include/pydebug.h') diff --git a/Include/pydebug.h b/Include/pydebug.h index 9d18ab4c3c..cd56196229 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -14,7 +14,6 @@ PyAPI_DATA(int) Py_NoSiteFlag; PyAPI_DATA(int) Py_BytesWarningFlag; PyAPI_DATA(int) Py_UseClassExceptionsFlag; PyAPI_DATA(int) Py_FrozenFlag; -PyAPI_DATA(int) Py_TabcheckFlag; PyAPI_DATA(int) Py_IgnoreEnvironmentFlag; PyAPI_DATA(int) Py_DivisionWarningFlag; PyAPI_DATA(int) Py_DontWriteBytecodeFlag; -- cgit v1.2.1