summaryrefslogtreecommitdiffstats
path: root/Programs/_bootstrap_python.c
diff options
context:
space:
mode:
Diffstat (limited to 'Programs/_bootstrap_python.c')
-rw-r--r--Programs/_bootstrap_python.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Programs/_bootstrap_python.c b/Programs/_bootstrap_python.c
index 75d455c..f6b49c8 100644
--- a/Programs/_bootstrap_python.c
+++ b/Programs/_bootstrap_python.c
@@ -15,8 +15,9 @@
/* End includes */
/* Empty initializer for deepfrozen modules */
-void _Py_Deepfreeze_Init(void)
+int _Py_Deepfreeze_Init(void)
{
+ return 0;
}
/* Empty finalizer for deepfrozen modules */
void