Make sure stringify_flag is always initialized.

Put in one last initialization of stringify_flag,
that Cary missed in add84b153c
and Steve missed in 73dcace781.
Found the long, hard way.
This commit is contained in:
Larry Doolittle 2008-05-22 15:23:26 -07:00 committed by Stephen Williams
parent b26bdd3c19
commit f17db21bf0
1 changed files with 1 additions and 0 deletions

View File

@ -1745,6 +1745,7 @@ void reset_lexor(FILE* out, char* paths[])
isp->ebs = 0;
isp->next = 0;
isp->lineno = 0;
isp->stringify_flag = 0;
if (tail)
tail->next = isp;