summaryrefslogtreecommitdiff
path: root/tests/teq.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-24 19:08:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-01-24 19:08:07 +0000
commit8d9644bdd7b4374d2a1473713671df5c62b685f2 (patch)
tree7f7e383929120df91d51a7feb6abaab638ab2822 /tests/teq.c
parent282a0c536ba6657ed769d220e67f1ba99b9c616d (diff)
downloadmpfr-8d9644bdd7b4374d2a1473713671df5c62b685f2.tar.gz
Prototypes: use static. Some code reformatting.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2224 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/teq.c')
-rw-r--r--tests/teq.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/teq.c b/tests/teq.c
index 79933dd9b..6a63f8311 100644
--- a/tests/teq.c
+++ b/tests/teq.c
@@ -26,9 +26,7 @@ MA 02111-1307, USA. */
#include "mpfr-impl.h"
#include "mpfr-test.h"
-void teq _PROTO ((mpfr_t));
-
-void
+static void
teq (mpfr_t x)
{
mpfr_t y; long k, px, mx;