Kaydet (Commit) 3f3a2686 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added decl for Py_InteractiveFlag.

üst 775af919
......@@ -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 *));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment