summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-02 10:05:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-02 10:05:18 +0000
commit2f826d0eb0f7f135eb78808bb09839ab3c373ac5 (patch)
tree955505dfe7688860e1882f5d045b1697d729ad1c
parentafab89cd0663142b8a2ed3739e7052e2d171a402 (diff)
downloadmpfr-2f826d0eb0f7f135eb78808bb09839ab3c373ac5.tar.gz
[src/mpfr.h] _MPFR_PREC_FORMAT and _MPFR_EXP_FORMAT: improved comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13743 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/mpfr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mpfr.h b/src/mpfr.h
index f88b64719..77e1264b4 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -117,10 +117,10 @@ typedef enum {
/* The _MPFR_PREC_FORMAT and _MPFR_EXP_FORMAT values are automatically
defined below. You MUST NOT force a value (this will break the ABI),
- possibly except for a very particular use, in which case you need to
- rebuild the MPFR library itself; do not install this rebuilt library
- in a path that is searched by default, otherwise this will break
- applications that use MPFR.
+ possibly except for a very particular use, in which case you also need
+ to rebuild the MPFR library with the chosen values; do not install this
+ rebuilt library in a path that is searched by default, otherwise this
+ will break applications that are dynamically linked with MPFR.
Using non-default values is not guaranteed to work.