aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2017-02-24 18:09:15 +0100
committerChristian Tismer <tismer@stackless.com>2017-03-13 10:35:50 +0000
commit9bad5b23dd1ed7274273fd8ad882c3f6acc6ccd8 (patch)
tree3c0b06d0abd20af2e1806b5d05768e3b59383463
parent872a9729ce063dc16c8527f56901942ae74431c1 (diff)
Define __STDC__ according to ANSI
The __STDC__ macro should not only be defined, but be 1 like in ANSI. Task-number: PYSIDE-206 Change-Id: I77cf48cad0b0b32c66d9ffd05b2478e6779fc630 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--ApiExtractor/parser/rpp/pp-qt-configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/ApiExtractor/parser/rpp/pp-qt-configuration b/ApiExtractor/parser/rpp/pp-qt-configuration
index 206c3d6..ba356c3 100644
--- a/ApiExtractor/parser/rpp/pp-qt-configuration
+++ b/ApiExtractor/parser/rpp/pp-qt-configuration
@@ -1,6 +1,6 @@
#define __cplusplus 1
-#define __STDC__
+#define __STDC__ 1
// Qt
#define QOBJECTDEFS_H