From 3f3a2686b8ef711ca433d408d6b24b9f0166c63d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 14 Feb 1997 19:51:09 +0000 Subject: Added decl for Py_InteractiveFlag. --- Include/pydebug.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/pydebug.h b/Include/pydebug.h index 67ee248..03eae8e 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 *)); -- cgit v0.12