Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
de82f1e3
Commit
de82f1e3
authored
Oct 21, 2009
by
Roberto Raggi
Browse files
Initialize the pp's engine _dot member.
parent
99686681
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/pp-engine.cpp
View file @
de82f1e3
...
...
@@ -547,6 +547,7 @@ Preprocessor::Preprocessor(Client *client, Environment *env)
_expand
(
env
),
_skipping
(
MAX_LEVEL
),
_trueTest
(
MAX_LEVEL
),
_dot
(
_tokens
.
end
()),
_result
(
0
),
_markGeneratedTokens
(
false
),
_expandMacros
(
true
)
...
...
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