Code

src/pyvalues.c: Cast `void *' to a int that's guaranteed to be big enough.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 7 Dec 2009 14:39:43 +0000 (15:39 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 7 Dec 2009 14:39:43 +0000 (15:39 +0100)
commitcc9557db6a969c871489670c1e841701b23fc919
tree8e29fb3b5047ca9ae9073833d0a9c1648cf11263
parent81100dc0e3445e84f08089f258576a20211595ae
src/pyvalues.c: Cast `void *' to a int that's guaranteed to be big enough.

For some weird reason `int' is only 4 bytes long on x86_64, so casting
`void *' to `int' results in compiler warnings / errors.
src/pyvalues.c