From 5a2568c4b3e3a33bc817fee08bc3c75c35224e08 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Wed, 10 Jun 2020 21:07:30 +0000 Subject: [tests/tvalist.c] Updated a comment. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13968 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tvalist.c | 5 +++-- 1 file 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 -- cgit v1.2.1