summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-10 13:37:48 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-11 10:07:02 +0100
commitfd08741f27f072700c13c6b834feb67c0bb2b350 (patch)
tree9f96b9c52c512c0341f3ed8fcf294f63f17de18c
parenta2eace3a8b304a1a5ec41bb1a0ef14062a74b0af (diff)
dbus/dbus-arch-deps.h.in: also use DBUS_GNUC_EXTENSION for DBUS_INT64_CONSTANT and UINT64 equivalent
-rw-r--r--dbus/dbus-arch-deps.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-arch-deps.h.in b/dbus/dbus-arch-deps.h.in
index 65d406ad..a5180bd7 100644
--- a/dbus/dbus-arch-deps.h.in
+++ b/dbus/dbus-arch-deps.h.in
@@ -36,8 +36,8 @@ DBUS_BEGIN_DECLS
DBUS_GNUC_EXTENSION typedef @DBUS_INT64_TYPE@ dbus_int64_t;
DBUS_GNUC_EXTENSION typedef unsigned @DBUS_INT64_TYPE@ dbus_uint64_t;
-#define DBUS_INT64_CONSTANT(val) @DBUS_INT64_CONSTANT@
-#define DBUS_UINT64_CONSTANT(val) @DBUS_UINT64_CONSTANT@
+#define DBUS_INT64_CONSTANT(val) (DBUS_GNUC_EXTENSION @DBUS_INT64_CONSTANT@)
+#define DBUS_UINT64_CONSTANT(val) (DBUS_GNUC_EXTENSION @DBUS_UINT64_CONSTANT@)
#else
#undef DBUS_HAVE_INT64