tests: Fix compilation of the ABI test on 64 bit architectures
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 15 Jun 2010 09:40:38 +0000 (11:40 +0200)
committerDavid Schleef <ds@schleef.org>
Tue, 15 Jun 2010 18:36:14 +0000 (11:36 -0700)
commit42150430ce7cbcee73173c7b8302c24f2efbae76
treeb4c848df7facd0b3ffd1d42ae51150e1c619e807
parent03a7d6c290eff523cf83375cbbd3ac374b857c4c
tests: Fix compilation of the ABI test on 64 bit architectures

Casting a pointer to a plain int will cause a compiler error, use long instead.
testsuite/abi.c