Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
preprocessor
Commits
52da3ecf
Commit
52da3ecf
authored
Aug 29, 2018
by
Houtan Bastani
Browse files
fix bug: missing initialization for lexer context variable
parent
95da5322
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/macro/MacroFlex.ll
View file @
52da3ecf
...
...
@@ -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
)
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment