summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/python.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/python.c b/Modules/python.c
index d04d1dc..7b456a9 100644
--- a/Modules/python.c
+++ b/Modules/python.c
@@ -5,9 +5,7 @@
extern DL_EXPORT(int) Py_Main();
int
-main(argc, argv)
- int argc;
- char **argv;
+main(int argc, char **argv)
{
return Py_Main(argc, argv);
}