mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
gh-105240: add missing function prototypes (#105241)
This commit is contained in:
parent
44bb03f856
commit
a9305b5e80
@ -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…
Reference in New Issue
Block a user