mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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
|
|
@ -40,7 +40,7 @@ DL_IMPORT(int) PyEval_GetRestricted(void);
|
|||
|
||||
DL_IMPORT(int) Py_FlushLine(void);
|
||||
|
||||
DL_IMPORT(int) Py_AddPendingCall(int (*func)(ANY *), ANY *arg);
|
||||
DL_IMPORT(int) Py_AddPendingCall(int (*func)(void *), void *arg);
|
||||
DL_IMPORT(int) Py_MakePendingCalls(void);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue