fix end-of-scope for self-referential macros

This commit is contained in:
Joe Soroka
2011-07-08 00:55:34 -07:00
parent f8656fbc3c
commit d01f65ef93
2 changed files with 3 additions and 2 deletions

View File

@ -2689,6 +2689,8 @@ static int macro_subst_tok(TokenString *tok_str,
ml->p = NULL;
*can_read_stream = ml -> prev;
}
/* also, end of scope for nested defined symbol */
(*nested_list)->v = -1;
goto redo;
}
} else {