Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros

This commit is contained in:
Neal Norwitz 2003-07-01 20:15:21 +00:00
parent 59aba128a5
commit 21d896cfa1
4 changed files with 5 additions and 5 deletions

View file

@ -63,7 +63,7 @@ PyAPI_DATA(PyObject *) PyExc_ZeroDivisionError;
PyAPI_DATA(PyObject *) PyExc_WindowsError;
#endif
#ifdef __VMS
extern DL_IMPORT(PyObject *) PyExc_VMSError;
PyAPI_DATA(PyObject *) PyExc_VMSError;
#endif
PyAPI_DATA(PyObject *) PyExc_MemoryErrorInst;