diff options
Diffstat (limited to 'Modules/python.c')
-rw-r--r-- | Modules/python.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/python.c b/Modules/python.c index 8a638c7b78..83e7b07ecd 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; |