Don't try to sizeof(void)
authorPeter Harris <pharris@opentext.com>
Thu, 23 Dec 2010 18:32:17 +0000 (13:32 -0500)
committerPeter Harris <pharris@opentext.com>
Thu, 27 Jan 2011 20:38:36 +0000 (15:38 -0500)
commitc2e023646298da05e212056fbc6b329e4dd9a100
tree562e3ee35257e4d9b3402b2a35a5df650ed839a3
parent9efced72a3cb8072fa60fbed4f04d61cde412494
Don't try to sizeof(void)

sizeof(void) is a gcc extension, and not portable.

Xorg Bugzilla 31959
http://bugs.freedesktop.org/show_bug.cgi?id=31959
http://lists.freedesktop.org/archives/xcb/2010-May/006039.html

Signed-off-by: Peter Harris <pharris@opentext.com>
Tested-by: Cyril Brulebois <kibi@debian.org>
src/c_client.py