Added decl for Py_InteractiveFlag.

This commit is contained in:
Guido van Rossum 1997-02-14 19:51:09 +00:00
parent 775af91911
commit 3f3a2686b8
1 changed files with 1 additions and 0 deletions

View File

@ -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 *));