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

This commit is contained in:
Andrew M. Kuchling 2008-08-05 02:05:23 +00:00
parent efa61bc15f
commit 110a48cf60
1 changed files with 1 additions and 1 deletions

View File

@ -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;