mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Make gcc -Wall happy
This commit is contained in:
parent
bda7ca7772
commit
fd8a393086
6 changed files with 29 additions and 20 deletions
|
|
@ -54,6 +54,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
extern char *readline();
|
||||
extern int rl_initialize();
|
||||
extern int rl_insert();
|
||||
extern int rl_bind_key();
|
||||
extern void add_history();
|
||||
extern char *rl_readline_name;
|
||||
|
||||
#include <setjmp.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue