mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
Leave the actual #define in for API compatibility.
This commit is contained in:
parent
bf680266da
commit
334fb8985b
11 changed files with 44 additions and 63 deletions
|
|
@ -18,7 +18,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#define RTLD_LAZY 1
|
||||
#endif
|
||||
|
||||
typedef ANY *PyUnivPtr;
|
||||
typedef void *PyUnivPtr;
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
PyUnivPtr *dl_handle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue