From: Guido van Rossum Date: Sat, 19 Jul 1997 19:26:38 +0000 (+0000) Subject: Got rid of "suppres printing" flag. X-Git-Tag: v1.5a3~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea;p=python Got rid of "suppres printing" flag. --- diff --git a/Include/pydebug.h b/Include/pydebug.h index f187bed472..0ebfd80275 100644 --- a/Include/pydebug.h +++ b/Include/pydebug.h @@ -37,7 +37,6 @@ extern "C" { extern DL_IMPORT(int) Py_DebugFlag; extern DL_IMPORT(int) Py_VerboseFlag; -extern DL_IMPORT(int) Py_SuppressPrintingFlag; extern DL_IMPORT(int) Py_InteractiveFlag; extern DL_IMPORT(int) Py_OptimizeFlag;