mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
make the type a parameter of the DL_IMPORT macro, for Borland C
This commit is contained in:
parent
0fbec64c56
commit
051ab123b4
22 changed files with 67 additions and 63 deletions
|
|
@ -35,8 +35,8 @@ int PySys_SetObject Py_PROTO((char *, PyObject *));
|
|||
FILE *PySys_GetFile Py_PROTO((char *, FILE *));
|
||||
void PySys_Init Py_PROTO((void));
|
||||
|
||||
extern DL_IMPORT PyObject *_PySys_TraceFunc, *_PySys_ProfileFunc;
|
||||
extern DL_IMPORT int _PySys_CheckInterval;
|
||||
extern DL_IMPORT(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
|
||||
extern DL_IMPORT(int) _PySys_CheckInterval;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue