Jan Ciger wrote:
--- Soya-0.13/c.pxd     2006-07-11 22:06:18.000000000 +0200
+++ Soya-0.13-patch/c.pxd       2007-03-10 03:14:50.000000000 +0100
@@ -39,4 +39,4 @@
        float floor (float x)
cdef extern from "stdint.h":
-       ctypedef long intptr_t
+       ctypedef long long intptr_t

I'm wondering whether something here should really be using
uintptr_t instead of intptr_t. Does it work if you use

  ctypedef unsigned long intptr_t

instead?

--
Greg

_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to