Package: gpc-2.95
Version: 1:2.95.4-7

gmp 4, which is now in debian libgmp3, is upwardly binary compatible
with gmp 3 and I think ought to work with the gmp unit in gpc just by
changing gmpc.c from

        #if __GNU_MP_VERSION != 3
to
        #if __GNU_MP_VERSION != 3 && __GNU_MP_VERSION != 4


There's probably some thinking needs to be done about how to get the
correct mp_limb_t type transferred from gmp.h to gmp.pas, since gmp 4
sets it according to an explicit ABI selection.  But I don't think
anything in gmp.pas actually cares about the size of that type, and
certainly as far as debian archs are concered it's unchanged between
gmp 3 and gmp 4.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to