X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/30d09778225eda3093d3ab77921c2e6c4c7f845a..f23d8ad26a2b88e07d93b0034685223b34cc790a:/math/mpreduce.c diff --git a/math/mpreduce.c b/math/mpreduce.c index b148dd5a..2193de6d 100644 --- a/math/mpreduce.c +++ b/math/mpreduce.c @@ -443,11 +443,8 @@ mp *mpreduce_exp(mpreduce *mr, mp *d, mp *a, mp *e) /*----- Test rig ----------------------------------------------------------*/ - #ifdef TEST_RIG -#define MP(x) mp_readstring(MP_NEW, #x, 0, 0) - static int vreduce(dstr *v) { mp *d = *(mp **)v[0].buf;