Port recent dbusbind.c changes to 32-bit --with-wide-int.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 May 2012 15:07:46 +0000 (08:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 May 2012 15:07:46 +0000 (08:07 -0700)
commit3478ec4554757213e8d2344826110cc0f4ae4f3c
treec1709c3aedde3363152d470c015093657564012a
parent00fd78ed4f34548d1e7bca6fe28b74decd4bef39
Port recent dbusbind.c changes to 32-bit --with-wide-int.

* dbusbind.c (xd_append_arg, xd_retrieve_arg, Fdbus_message_internal):
Remove unportable assumptions about print widths of types like
dbus_uint32_t.
(xd_get_connection_address, Fdbus_init_bus): Cast Emacs integer to
intptr_t when converting between pointer and integer, to avoid GCC
warnings about wrong width.
src/ChangeLog
src/dbusbind.c