mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
gh-105240: add missing function prototypes (#105241)
This commit is contained in:
parent
44bb03f856
commit
a9305b5e80
1 changed files with 2 additions and 2 deletions
|
|
@ -1015,7 +1015,7 @@ static int
|
|||
#if defined(_RL_FUNCTION_TYPEDEF)
|
||||
on_startup_hook(void)
|
||||
#else
|
||||
on_startup_hook()
|
||||
on_startup_hook(void)
|
||||
#endif
|
||||
{
|
||||
int r;
|
||||
|
|
@ -1030,7 +1030,7 @@ static int
|
|||
#if defined(_RL_FUNCTION_TYPEDEF)
|
||||
on_pre_input_hook(void)
|
||||
#else
|
||||
on_pre_input_hook()
|
||||
on_pre_input_hook(void)
|
||||
#endif
|
||||
{
|
||||
int r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue