X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2Fgmp%2Fmp.h;h=ffab4cba82386c6ae2b38dfc27d375335635f159;hb=5de39aa0868d6ff8528a533ef19e42d1a583bc12;hp=774e6e567e20a14d0e38b15fc5e5dfd07071b975;hpb=f8b78fd2506328885be10cf7736a74b5233e3230;p=ghc-hetmet.git diff --git a/ghc/rts/gmp/mp.h b/ghc/rts/gmp/mp.h index 774e6e5..ffab4cb 100644 --- a/ghc/rts/gmp/mp.h +++ b/ghc/rts/gmp/mp.h @@ -94,6 +94,7 @@ typedef __mpz_struct MINT; extern "C" { #endif +#define mp_set_memory_functions __gmp_set_memory_functions void mp_set_memory_functions _PROTO ((void *(*) (size_t), void *(*) (void *, size_t, size_t), void (*) (void *, size_t)));