diff options
Diffstat (limited to 'tune/tuneup.c')
-rw-r--r-- | tune/tuneup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c index 0d2f1b6d5..a9854e6d0 100644 --- a/tune/tuneup.c +++ b/tune/tuneup.c @@ -139,7 +139,7 @@ add_dat (mp_size_t size, double d) if (ndat == allocdat) { - dat = (struct dat_t *) _mp_allocate_or_reallocate + dat = (struct dat_t *) __gmp_allocate_or_reallocate (dat, allocdat * sizeof(dat[0]), (allocdat+ALLOCDAT_STEP) * sizeof(dat[0])); allocdat += ALLOCDAT_STEP; |