Keep gcc -Wall happy
diff --git a/Modules/python.c b/Modules/python.c
index 8a638c7..83e7b07 100644
--- a/Modules/python.c
+++ b/Modules/python.c
@@ -2,6 +2,7 @@
 
 extern int Py_Main();
 
+int
 main(argc, argv)
 	int argc;
 	char **argv;