summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-01-16 17:11:56 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-01-16 17:11:56 +0100
commit0e0682a9886a4f49824a30242d84ea5502c0f1fc (patch)
tree9b2d434f8921efec52a3a46c6192328b003c30ed
parentd5e1ba522048234179c0e1e4d8cb81bb8165c85d (diff)
downloadgmp-0e0682a9886a4f49824a30242d84ea5502c0f1fc.tar.gz
Misc updates.
-rw-r--r--tests/devel/aors_n.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/devel/aors_n.c b/tests/devel/aors_n.c
index a703ee2a4..f6319ac0b 100644
--- a/tests/devel/aors_n.c
+++ b/tests/devel/aors_n.c
@@ -1,6 +1,6 @@
/*
-Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
-Foundation, Inc.
+Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009
+Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -102,12 +102,15 @@ static void mpn_print (mp_ptr, mp_size_t);
#define TIMES OPS/(SIZE+1)
#endif
+int
main (int argc, char **argv)
{
mp_ptr s1, s2, dx, dy;
mp_limb_t cyx, cyy;
int i;
+#if TIMES != 1
long t0, t;
+#endif
unsigned int test;
mp_size_t size;
unsigned int ntests;