mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Make gcc -Wall happy
This commit is contained in:
parent
bda7ca7772
commit
fd8a393086
6 changed files with 29 additions and 20 deletions
|
|
@ -279,7 +279,6 @@ tok_nextc(tok)
|
|||
int curstart = tok->start == NULL ? -1 :
|
||||
tok->start - tok->buf;
|
||||
int curvalid = tok->inp - tok->buf;
|
||||
int cursize = tok->end - tok->buf;
|
||||
int newsize = curvalid + BUFSIZ;
|
||||
char *newbuf = tok->buf;
|
||||
RESIZE(newbuf, char, newsize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue