Skip to content
Snippets Groups Projects
Commit 52da3ecf authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix bug: missing initialization for lexer context variable

parent 95da5322
No related branches found
No related tags found
No related merge requests found
......@@ -422,6 +422,7 @@ CONT \\\\
MacroFlex::MacroFlex(istream* in, ostream* out, bool no_line_macro_arg, vector<string> path_arg)
: MacroFlexLexer(in, out), input(in), no_line_macro(no_line_macro_arg), path(path_arg),
is_for_context(false),
reading_for_statement(false), reading_if_statement(false)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment