Kaydet (Commit) 1c4282b4 authored tarafından Guido van Rossum's avatar Guido van Rossum

Silence a compiler warning.

üst f1a7178c
...@@ -585,7 +585,7 @@ decode_str(const char *str, struct tok_state *tok) ...@@ -585,7 +585,7 @@ decode_str(const char *str, struct tok_state *tok)
{ {
PyObject* utf8 = NULL; PyObject* utf8 = NULL;
const char *s; const char *s;
char *newl[2] = {NULL, NULL}; const char *newl[2] = {NULL, NULL};
int lineno = 0; int lineno = 0;
tok->enc = NULL; tok->enc = NULL;
tok->str = str; tok->str = str;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment