diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-01-21 13:59:12 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-01-21 13:59:12 +0000 |
commit | 153a4a0f180c73c6d8b1d9896e65f6a58e5c9c0b (patch) | |
tree | b043a9af7e4f456156a9e30a71795f43ff5067a6 /tests/tgrandom.c | |
parent | cbf99b63ee9a05dd3d9581a5a291631913668e35 (diff) | |
download | mpfr-153a4a0f180c73c6d8b1d9896e65f6a58e5c9c0b.tar.gz |
[tests/tgrandom.c] Added a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7411 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tgrandom.c')
-rw-r--r-- | tests/tgrandom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tgrandom.c b/tests/tgrandom.c index 2802c1850..8db799a7f 100644 --- a/tests/tgrandom.c +++ b/tests/tgrandom.c @@ -83,7 +83,7 @@ test_grandom (long nbtests, mpfr_prec_t prec, mpfr_rnd_t rnd, mpfr_clear (va); mpfr_clear (tmp); } -#endif +#endif /* HAVE_STDARG */ for (i = 0; i < nbtests; ++i) mpfr_clear (t[i]); |