summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-02-14 19:51:09 +0000
committerGuido van Rossum <guido@python.org>1997-02-14 19:51:09 +0000
commit3f3a2686b8ef711ca433d408d6b24b9f0166c63d (patch)
tree7b2de8e32ed04efa9ac084f2200276f4251c2860 /Include/pydebug.h
parent775af9191149059bf5ebfcda6dd9bf0251ce511a (diff)
downloadcpython-git-3f3a2686b8ef711ca433d408d6b24b9f0166c63d.tar.gz
Added decl for Py_InteractiveFlag.
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r--Include/pydebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h
index 67ee248eb4..03eae8eb14 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -38,6 +38,7 @@ 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;
void Py_FatalError Py_PROTO((char *));