mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Make new gcc -Wall happy
This commit is contained in:
parent
1109fbca76
commit
730806d3d9
11 changed files with 45 additions and 23 deletions
|
@ -19,6 +19,14 @@
|
|||
/* GNU readline definitions */
|
||||
#include <readline/readline.h> /* You may need to add an -I option to Setup */
|
||||
|
||||
extern int rl_parse_and_bind();
|
||||
extern int rl_read_init_file();
|
||||
extern int rl_insert_text();
|
||||
extern int rl_bind_key();
|
||||
extern int rl_bind_key_in_map();
|
||||
extern int rl_initialize();
|
||||
extern int add_history();
|
||||
|
||||
/* Pointers needed from outside (but not declared in a header file). */
|
||||
extern int (*PyOS_InputHook)();
|
||||
extern char *(*PyOS_ReadlineFunctionPointer) Py_PROTO((char *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue