mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
This commit is contained in:
parent
4be47c0f76
commit
dbd9ba6a6c
53 changed files with 295 additions and 303 deletions
|
|
@ -39,7 +39,7 @@ extern Function *rl_event_hook;
|
|||
|
||||
/* Pointers needed from outside (but not declared in a header file). */
|
||||
extern int (*PyOS_InputHook)();
|
||||
extern char *(*PyOS_ReadlineFunctionPointer) Py_PROTO((char *));
|
||||
extern char *(*PyOS_ReadlineFunctionPointer)(char *);
|
||||
|
||||
|
||||
/* Exported function to send one line to readline's init file parser */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue