mirror of https://github.com/python/cpython
Silence a compiler warning.
This commit is contained in:
parent
f1a7178cd5
commit
1c4282b41b
|
@ -585,7 +585,7 @@ decode_str(const char *str, struct tok_state *tok)
|
|||
{
|
||||
PyObject* utf8 = NULL;
|
||||
const char *s;
|
||||
char *newl[2] = {NULL, NULL};
|
||||
const char *newl[2] = {NULL, NULL};
|
||||
int lineno = 0;
|
||||
tok->enc = NULL;
|
||||
tok->str = str;
|
||||
|
|
Loading…
Reference in New Issue