Kaydet (Commit) 110a48cf authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

#3367: revert rev. 65539: this change causes test_parser to fail

üst efa61bc1
......@@ -1117,7 +1117,7 @@ tok_get(register struct tok_state *tok, char **p_start, char **p_end)
register int c;
int blankline;
tok->line_start = *p_start = *p_end = NULL;
*p_start = *p_end = NULL;
nextline:
tok->start = NULL;
blankline = 0;
......
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