diff options
author | Guido van Rossum <guido@python.org> | 1997-07-19 19:26:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-19 19:26:38 (GMT) |
commit | e6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea (patch) | |
tree | 350ffaa7f8755f8a0e94cb2f64a751ae7c8b14b0 /Include | |
parent | 4c04be64b38d9f44f4b80fdabf3ef81d88717d83 (diff) | |
download | cpython-e6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea.zip cpython-e6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea.tar.gz cpython-e6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea.tar.bz2 |
Got rid of "suppres printing" flag.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pydebug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h index f187bed..0ebfd80 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; |