From fe51c6d66e0fbf6a142036bee2c448bd7fe8fefc Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Fri, 2 Aug 2002 02:27:13 +0000 Subject: Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype for Py_Main(). Thanks to Kalle Svensson and Skip Montanaro for the patches. --- Modules/python.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Modules/python.c') diff --git a/Modules/python.c b/Modules/python.c index 316dd3b663..f9262e8a20 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) { -- cgit v1.2.1