summaryrefslogtreecommitdiff
path: root/tests/mpfr-test.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-09-02 07:13:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-09-02 07:13:38 +0000
commitb4df47ef18e9e516e90a97d2e6626e4dc493d813 (patch)
treea39018105250ca3eda936cdd57b32fbfe1fef45e /tests/mpfr-test.h
parent61816b69da7f34b565572ec787a6302205d3256d (diff)
downloadmpfr-b4df47ef18e9e516e90a97d2e6626e4dc493d813.tar.gz
Merged the following changesets from the trunk:
r10664-10686,10689-10690,10692,10695-10696,10699-10775 i.e. all the latest changes except for src/{add1sp.c,sub1sp.c} to avoid build failures (to be solved later). Currently only tcan_round fails, due to MPFR_RNDF. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/faithful@10776 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/mpfr-test.h')
-rw-r--r--tests/mpfr-test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h
index c7d5f1057..0c94254be 100644
--- a/tests/mpfr-test.h
+++ b/tests/mpfr-test.h
@@ -214,7 +214,8 @@ extern gmp_randstate_t mpfr_rands;
typedef __gmp_randstate_struct *mpfr_gmp_randstate_ptr;
-/* Allocation */
+/* Memory Allocation */
+extern int tests_memory_disabled;
void *tests_allocate (size_t);
void *tests_reallocate (void *, size_t, size_t);
void tests_free (void *, size_t);