summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-08-05 03:22:13 +0200
committerKevin Ryde <user42@zip.com.au>2002-08-05 03:22:13 +0200
commitc52e480103abffe30a65638b0f82dd450019eb83 (patch)
tree5a838d930f42bdb35af4a0510bb71843b38e33a3 /tests/tests.h
parentcd55271e29872540e02890ebde147824ce2c31e3 (diff)
downloadgmp-c52e480103abffe30a65638b0f82dd450019eb83.tar.gz
* tests/refmpn.c, tests/tests.h, tests/misc/t-printf.c,
tests/mpn/t-scan.c, tests/mpq/t-cmp_ui.c, tests/mpz/bit.c, tests/mpz/t-aorsmul.c, tests/mpz/t-root.c, tests/mpz/t-scan.c: More care with long and mp_size_t parameters, for the benefit of K&R.
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.h b/tests/tests.h
index f203d56fd..2b89370bb 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -215,7 +215,7 @@ mp_limb_t refmpn_lshift_or_copy __GMP_PROTO ((mp_ptr wp,
unsigned shift));
mp_ptr refmpn_malloc_limbs __GMP_PROTO ((mp_size_t size));
-mp_ptr refmpn_malloc_limbs_aligned __GMP_PROTO ((size_t n, size_t m));
+mp_ptr refmpn_malloc_limbs_aligned __GMP_PROTO ((mp_size_t n, size_t m));
mp_limb_t refmpn_msbone __GMP_PROTO ((mp_limb_t x));
mp_limb_t refmpn_msbone_mask __GMP_PROTO ((mp_limb_t x));
mp_ptr refmpn_memdup_limbs __GMP_PROTO ((mp_srcptr ptr, mp_size_t size));