summaryrefslogtreecommitdiff
path: root/tests/tsprintf.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-08 01:20:13 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-08 01:20:13 +0000
commit2575694730510ebfe2838dca868010418ee1a79b (patch)
treec179559842bfa64a86ecdb0737bd343d50d3f8a9 /tests/tsprintf.c
parent67d31d3afacf6fe845fec536f0f5460f3d324638 (diff)
downloadmpfr-2575694730510ebfe2838dca868010418ee1a79b.tar.gz
[tests] Added/updated comments about the config.h inclusion.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12215 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsprintf.c')
-rw-r--r--tests/tsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsprintf.c b/tests/tsprintf.c
index 24fed1167..2f0c33dbf 100644
--- a/tests/tsprintf.c
+++ b/tests/tsprintf.c
@@ -21,7 +21,7 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
-/* Include config.h before using ANY configure macros if needed. */
+/* Needed due to the tests on HAVE_STDARG and MPFR_USE_MINI_GMP */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif