diff options
author | Linus Nordberg <linus@nordberg.se> | 2000-04-11 11:32:09 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2000-04-11 11:32:09 +0200 |
commit | f15cd3f5a0763dbbebe765932bd50bbb062eba1e (patch) | |
tree | 411a7457be5036eec9900b9925b4e03b6b4c5dcc /tests | |
parent | ef925cee589a6ab312b3bf2d38943cbf77cbb6db (diff) | |
download | gmp-f15cd3f5a0763dbbebe765932bd50bbb062eba1e.tar.gz |
(main): Initialize `l1runs' at declaration.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rand/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rand/stat.c b/tests/rand/stat.c index a6f0d6068..99d2ada69 100644 --- a/tests/rand/stat.c +++ b/tests/rand/stat.c @@ -213,7 +213,7 @@ main (argc, argv) int omitoutput = 0; int realinput = -1; /* 1: input is real numbers 0<=R<1; 0: input is integers 0 <= Z <= MAX. */ - long l1runs, /* 1st level runs */ + long l1runs = 0, /* 1st level runs */ l2runs = 1; /* 2nd level runs */ mpf_t f_temp; mpz_t z_imax; /* max value when converting between |