summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-19 19:26:38 +0000
committerGuido van Rossum <guido@python.org>1997-07-19 19:26:38 +0000
commit271e6bc2effd3bc14522e4ae62d07079b8443a4d (patch)
tree990b653270259163e2c2bbd82c50f980ae23015d /Include/pydebug.h
parent2149ced1c8b0ada15543d427bd805268a35c350b (diff)
downloadcpython-271e6bc2effd3bc14522e4ae62d07079b8443a4d.tar.gz
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 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;