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
4222fae2
Commit
4222fae2
authored
Dec 03, 2008
by
Roberto Raggi
Browse files
Don't hide the expanding macro, when expeding function-like macros.
parent
b8ce2b10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/rpp/pp-engine.cpp
View file @
4222fae2
...
...
@@ -640,9 +640,9 @@ void pp::operator()(const QByteArray &source, QByteArray *result)
const
char
*
beginOfText
=
startOfToken
(
*
identifierToken
);
const
char
*
endOfText
=
endOfToken
(
*
_dot
);
++
_dot
;
// skip T_RPAREN
m
->
hidden
=
true
;
//
m->hidden = true;
expand
(
beginOfText
,
endOfText
,
result
);
m
->
hidden
=
false
;
//
m->hidden = 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