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
Tobias Hunger
qt-creator
Commits
2106ffed
Commit
2106ffed
authored
Aug 11, 2010
by
Tobias Hunger
Browse files
Really fix compile now.
parent
afa07367
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/shared/cplusplus/Parser.cpp
View file @
2106ffed
...
...
@@ -56,7 +56,7 @@
#include
"QtContextKeywords.h"
#include
<cstdio>
// for putchar
#if
n
def _MSC_VER
#ifdef _MSC_VER
# define va_copy(dst, src) ((dst) = (src))
#endif
...
...
src/shared/cplusplus/TranslationUnit.cpp
View file @
2106ffed
...
...
@@ -58,7 +58,7 @@
#include
<cstdarg>
#include
<algorithm>
#if
n
def _MSC_VER
#ifdef _MSC_VER
# define va_copy(dst, src) ((dst) = (src))
#endif
...
...
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