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

@ -8,10 +8,10 @@
#endif
#ifdef Py_REF_DEBUG
DL_IMPORT(long) _Py_RefTotal;
long _Py_RefTotal;
#endif
DL_IMPORT(int) Py_DivisionWarningFlag;
int Py_DivisionWarningFlag;
/* Object allocation routines used by NEWOBJ and NEWVAROBJ macros.
These are used by the individual routines for object creation.