summaryrefslogtreecommitdiffstats
path: root/Include/pydebug.h
diff options
context:
space:
mode:
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 91bf099..3fe758a 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -41,6 +41,7 @@ extern DL_IMPORT(int) Py_InteractiveFlag;
extern DL_IMPORT(int) Py_OptimizeFlag;
extern DL_IMPORT(int) Py_NoSiteFlag;
extern DL_IMPORT(int) Py_UseClassExceptionsFlag;
+extern DL_IMPORT(int) Py_FrozenFlag;
void Py_FatalError Py_PROTO((char *));