mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Trent Mick: use size_t instead of int where appropriate (call_readline()).
This commit is contained in:
parent
2650a42f0b
commit
26418a90f0
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ static char *
|
|||
call_readline(prompt)
|
||||
char *prompt;
|
||||
{
|
||||
int n;
|
||||
size_t n;
|
||||
char *p, *q;
|
||||
RETSIGTYPE (*old_inthandler)();
|
||||
old_inthandler = signal(SIGINT, onintr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue