#3367: revert rev. 65539: this change causes test_parser to fail
This commit is contained in:
parent
efa61bc15f
commit
110a48cf60
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue