From: Guido van Rossum Date: Fri, 14 Feb 1997 19:51:09 +0000 (+0000) Subject: Added decl for Py_InteractiveFlag. X-Git-Tag: v1.5a1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f3a2686b8ef711ca433d408d6b24b9f0166c63d;p=python Added decl for Py_InteractiveFlag. --- 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 *));