Excise DL_IMPORT/EXPORT from object.h, and related files. This patch

also adds 'extern' to PyAPI_DATA rather than at each declaration, as
discussed with Tim and Guido.
This commit is contained in:
Mark Hammond 2002-07-29 13:42:14 +00:00
parent f4ad4ce5a0
commit a290527376
7 changed files with 97 additions and 97 deletions

View file

@ -1050,7 +1050,7 @@ static struct {
DL_EXPORT(void)
void
_PyExc_Init(void)
{
char *modulename = "exceptions";
@ -1146,7 +1146,7 @@ _PyExc_Init(void)
}
DL_EXPORT(void)
void
_PyExc_Fini(void)
{
int i;