From: Simon McVittie Date: Wed, 10 Oct 2007 12:37:48 +0000 (+0100) Subject: dbus/dbus-arch-deps.h.in: also use DBUS_GNUC_EXTENSION for DBUS_INT64_CONSTANT and... X-Git-Tag: dbus-1.1.3~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd08741f27f072700c13c6b834feb67c0bb2b350;p=platform%2Fupstream%2Fdbus.git dbus/dbus-arch-deps.h.in: also use DBUS_GNUC_EXTENSION for DBUS_INT64_CONSTANT and UINT64 equivalent --- diff --git a/dbus/dbus-arch-deps.h.in b/dbus/dbus-arch-deps.h.in index 65d406a..a5180bd 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