summaryrefslogtreecommitdiffstats
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-19 19:26:38 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-19 19:26:38 (GMT)
commite6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea (patch)
tree350ffaa7f8755f8a0e94cb2f64a751ae7c8b14b0 /Include/pydebug.h
parent4c04be64b38d9f44f4b80fdabf3ef81d88717d83 (diff)
downloadcpython-e6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea.zip
cpython-e6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea.tar.gz
cpython-e6fb2043ce251dff78054fd14e8f5d8b8c2ad0ea.tar.bz2
Got rid of "suppres printing" flag.
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r--Include/pydebug.h1
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;