Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
ed80f0a7
Commit
ed80f0a7
authored
Jul 17, 2009
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cppmodelmanager: add __restrict__ to known and ignored 'keywords'
parent
66216448
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/plugins/cpptools/cppmodelmanager.cpp
src/plugins/cpptools/cppmodelmanager.cpp
+1
-0
No files found.
src/plugins/cpptools/cppmodelmanager.cpp
View file @
ed80f0a7
...
...
@@ -146,6 +146,7 @@ static const char pp_configuration[] =
"#define __asm__(a...)
\n
"
"#define restrict
\n
"
"#define __restrict
\n
"
"#define __restrict__
\n
"
"#define __complex__
\n
"
"#define __imag__
\n
"
...
...
Write
Preview
Markdown
is supported
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