[Gmp-commit] /var/hg/gmp: Put decls correct for C89.
mercurial at gmplib.org
mercurial at gmplib.org
Thu May 17 10:56:01 CEST 2012
details: /var/hg/gmp/rev/3228183ac632
changeset: 14973:3228183ac632
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu May 17 10:55:57 2012 +0200
description:
Put decls correct for C89.
diffstat:
tests/mpf/t-eq.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r e47acde3fa1c -r 3228183ac632 tests/mpf/t-eq.c
--- a/tests/mpf/t-eq.c Thu May 17 10:08:42 2012 +0200
+++ b/tests/mpf/t-eq.c Thu May 17 10:55:57 2012 +0200
@@ -59,13 +59,13 @@
{ { 0, 1, { 8 } }, { 0, 1, { 4 } }, 0, 0 },
- { { 0, 2, { 0, 3 } }, { 0, 1, { 3 } }, 1000, 1 },
+ { { 0, 2, { 0, 3 } }, { 0, 1, { 3 } }, 1000, 1 },
};
mpf_t x, y;
int got, got_swapped;
+ int i;
mp_trace_base = 16;
- int i;
for (i = 0; i < numberof (data); i++)
{
More information about the gmp-commit
mailing list