Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
cc6c543a
Commit
cc6c543a
authored
Dec 03, 2009
by
Christian Kamm
Browse files
Compile fix for
42f849c4
.
Reviewed-by: Roberto Raggi
parent
5fa8baf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/pp-engine.cpp
View file @
cc6c543a
...
...
@@ -747,7 +747,7 @@ bool Preprocessor::markGeneratedTokens(bool markGeneratedTokens,
out
(
*
it
);
}
if
(
!
markGeneratedTokens
&&
dot
->
newline
()
)
if
(
!
markGeneratedTokens
&&
dot
->
f
.
newline
)
processNewline
(
/*force = */
true
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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