Make sure stringify_flag is always initialized.
Put in one last initialization of stringify_flag, that Cary missed inadd84b153cand Steve missed in73dcace781. Found the long, hard way.
This commit is contained in:
parent
b26bdd3c19
commit
f17db21bf0
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue