summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-06-01 08:23:33 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-06-01 08:23:33 +0200
commit2764d127b91b8de7cbacf9bab98b2963b5738ef1 (patch)
treebd209716f7ca569992bf3f614aaf408bd400ddc6 /gmp-impl.h
parent7254eaa28b343bfc05de46c618f6617ec7de23aa (diff)
downloadgmp-2764d127b91b8de7cbacf9bab98b2963b5738ef1.tar.gz
Macro LIMBS removed, always use PTR.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index eaf67e0ad..51449edae 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -517,7 +517,6 @@ __GMP_DECLSPEC void __gmp_tmp_debug_free (const char *, int, int,
#define SIZ(x) ((x)->_mp_size)
#define ABSIZ(x) ABS (SIZ (x))
#define PTR(x) ((x)->_mp_d)
-#define LIMBS(x) ((x)->_mp_d)
#define EXP(x) ((x)->_mp_exp)
#define PREC(x) ((x)->_mp_prec)
#define ALLOC(x) ((x)->_mp_alloc)