diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-12-27 16:00:56 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-12-27 16:00:56 +0000 |
commit | 05e4ca8ce019787085a2cb79c7d5b6d8478d3cf6 (patch) | |
tree | 383d53f4aacdef68a9c02a1e349998a851d4110f /tests/texceptions.c | |
parent | 3c1355e2d78c8ea82e09e8474e9fd4695752b016 (diff) | |
download | mpfr-05e4ca8ce019787085a2cb79c7d5b6d8478d3cf6.tar.gz |
texceptions.c: GNU coding style.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5135 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/texceptions.c')
-rw-r--r-- | tests/texceptions.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/texceptions.c b/tests/texceptions.c index ff5a73b48..400f6e5c0 100644 --- a/tests/texceptions.c +++ b/tests/texceptions.c @@ -272,7 +272,8 @@ test_set_overflow (void) } static void -check_set () { +check_set (void) +{ mpfr_clear_flags (); mpfr_set_overflow (); |