summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-13 18:00:00 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-13 18:00:00 +0000
commit07ca2d2a4a602f87c2c647e3c6aa8a4a1c2d5340 (patch)
tree883c201de0b47af3934771cafb55c90833e3e604 /src
parent03fbd4554665938ed0dbf9f2c157dc704a62281e (diff)
downloadmpfr-07ca2d2a4a602f87c2c647e3c6aa8a4a1c2d5340.tar.gz
[src/mpf2mpfr.h] Added a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11973 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-rw-r--r--src/mpf2mpfr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mpf2mpfr.h b/src/mpf2mpfr.h
index 27abce49a..2c2c881c8 100644
--- a/src/mpf2mpfr.h
+++ b/src/mpf2mpfr.h
@@ -39,6 +39,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#undef mpf_init2
#define mpf_init2(x,p) (mpfr_init2((x),(p)), mpfr_set_ui ((x), 0, MPFR_DEFAULT_RND))
+/* Warning! This assumes that all pointer types have the same representation. */
#undef mpf_inits
#define mpf_inits mpfr_inits
#undef mpf_clears