summaryrefslogtreecommitdiff
path: root/mpf/get_dfl_prec.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-20 23:54:57 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-20 23:54:57 +0100
commit3ba1597c34eeddef0c820863d98ed9506c8d3e9c (patch)
tree967966420d447f3e630ca1cc85709b7f9c1e03af /mpf/get_dfl_prec.c
parenta6426a5313cac3c0fb05358e7d254653222f745f (diff)
downloadgmp-3ba1597c34eeddef0c820863d98ed9506c8d3e9c.tar.gz
Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.
Diffstat (limited to 'mpf/get_dfl_prec.c')
-rw-r--r--mpf/get_dfl_prec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/get_dfl_prec.c b/mpf/get_dfl_prec.c
index a44adbbe5..e48a3a1f4 100644
--- a/mpf/get_dfl_prec.c
+++ b/mpf/get_dfl_prec.c
@@ -21,7 +21,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include "gmp-impl.h"
-unsigned long
+mp_bitcnt_t
mpf_get_default_prec (void)
{
return __GMPF_PREC_TO_BITS (__gmp_default_fp_limb_precision);