[Python-checkins] python/dist/src/Include pyerrors.h,2.62,2.63
loewis@users.sourceforge.net
loewis@users.sourceforge.net
2002年12月06日 04:49:19 -0800
Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv11610/Include
Modified Files:
pyerrors.h
Log Message:
Patch #614055: Support OpenVMS.
Index: pyerrors.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyerrors.h,v
retrieving revision 2.62
retrieving revision 2.63
diff -C2 -d -r2.62 -r2.63
*** pyerrors.h 21 Nov 2002 20:08:33 -0000 2.62
--- pyerrors.h 6 Dec 2002 12:48:44 -0000 2.63
***************
*** 63,66 ****
--- 63,69 ----
PyAPI_DATA(PyObject *) PyExc_WindowsError;
#endif
+ #ifdef __VMS
+ extern DL_IMPORT(PyObject *) PyExc_VMSError;
+ #endif
PyAPI_DATA(PyObject *) PyExc_MemoryErrorInst;