summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-10 21:07:30 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-10 21:07:30 +0000
commit5a2568c4b3e3a33bc817fee08bc3c75c35224e08 (patch)
treecf19c565241ade4b182afaa42de7e417c39fda3c
parent04f665b67825a96221da44ada6dd136221c50f81 (diff)
downloadmpfr-5a2568c4b3e3a33bc817fee08bc3c75c35224e08.tar.gz
[tests/tvalist.c] Updated a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13968 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tvalist.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tvalist.c b/tests/tvalist.c
index 794ffcd05..6b0df88fd 100644
--- a/tests/tvalist.c
+++ b/tests/tvalist.c
@@ -52,8 +52,9 @@ https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
* the second inclusion is not a no-op due to some #include guard. This
* was fixed in r7320.
*
- * With mini-gmp, mpfr-impl.h is included first, but this should not
- * affect this test thanks to MPFR_DONT_USE_FILE.
+ * With mini-gmp, mpfr-impl.h is included first (as mini-gmp requires
+ * some specific code from it, e.g. to define gmp_randstate_t), but
+ * this should not affect this test thanks to MPFR_DONT_USE_FILE.
*/
#include <mpfr.h>