summaryrefslogtreecommitdiff
path: root/src/mpfr.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-08-02 11:04:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-08-02 11:04:48 +0000
commit6e3ba97d3ca3b6166012c389413495ebb9e5bc47 (patch)
tree26f09781ef199a13088c7b8d5b7a09d00bc5006f /src/mpfr.h
parent1df5dd6491187e061d25febfdf38c6df87bc1d35 (diff)
downloadmpfr-6e3ba97d3ca3b6166012c389413495ebb9e5bc47.tar.gz
[src/mpfr.h] Mark mpfr_grandom as deprecated (this had already been done
in mpfr.texi r8548). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10714 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr.h')
-rw-r--r--src/mpfr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr.h b/src/mpfr.h
index 89bcf2751..5582d7cbe 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -512,7 +512,7 @@ __MPFR_DECLSPEC void mpfr_free_str (char *);
__MPFR_DECLSPEC int mpfr_urandom (mpfr_ptr, gmp_randstate_t,
mpfr_rnd_t);
__MPFR_DECLSPEC int mpfr_grandom (mpfr_ptr, mpfr_ptr, gmp_randstate_t,
- mpfr_rnd_t);
+ mpfr_rnd_t) MPFR_DEPRECATED;
__MPFR_DECLSPEC int mpfr_nrandom (mpfr_ptr, gmp_randstate_t,
mpfr_rnd_t);
__MPFR_DECLSPEC int mpfr_erandom (mpfr_ptr, gmp_randstate_t,