Skip to content

Commit

Permalink
Excise DL_EXPORT from Include.
Browse files Browse the repository at this point in the history
Thanks to Skip Montanaro and Kalle Svensson for the patches.
  • Loading branch information
mhammond committed Aug 12, 2002
1 parent 44121a6 commit 91a681d
Show file tree
Hide file tree
Showing 51 changed files with 669 additions and 673 deletions.
2 changes: 1 addition & 1 deletion Include/Python.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
#include "abstract.h"

/* _Py_Mangle is defined in compile.c */
extern DL_IMPORT(int) _Py_Mangle(char *p, char *name, \
PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \
char *buffer, size_t maxlen);

/* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */
Expand Down
Loading

0 comments on commit 91a681d

Please sign in to comment.