summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-06-19 15:52:01 +0200
committerTorbjorn Granlund <tege@gmplib.org>2009-06-19 15:52:01 +0200
commit36273f6617bfe24cbfbb77550a4eb9fdc1ea0842 (patch)
treeb7185c4971255195ea21bfe76b0111584b7c3bd8 /gmp-h.in
parentfc40a9d2cb06761cc065b2869eae9697caf26be5 (diff)
downloadgmp-36273f6617bfe24cbfbb77550a4eb9fdc1ea0842.tar.gz
(mp_bitcnt_t): New basic type.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 7a03d217f..3d4dd2c82 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -195,6 +195,7 @@ typedef unsigned long int mp_limb_t;
typedef long int mp_limb_signed_t;
#endif
#endif
+typedef unsigned long int mp_bitcnt_t;
/* For reference, note that the name __mpz_struct gets into C++ mangled
function names, which means although the "__" suggests an internal, we