diff options
Diffstat (limited to 'Modules/python.c')
-rw-r--r-- | Modules/python.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/python.c b/Modules/python.c index 316dd3b..f9262e8 100644 --- a/Modules/python.c +++ b/Modules/python.c @@ -2,8 +2,6 @@ #include "Python.h" -extern DL_EXPORT(int) Py_Main(int, char **); - int main(int argc, char **argv) { |