From 9c94b291ca1c5929ce7ca2927f7506045278cdc0 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Mon, 18 Dec 2000 09:02:00 +0000 Subject: changed name of mpfr struct fields: _mp_d -> _mpfr_d (to detect conflicts with mpf) fixed a few problems in non-STDC headers moved definitions of mpfr-impl.h to mpfr-test.h and created a real mpfr-impl.h git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@897 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tlog.c') diff --git a/tests/tlog.c b/tests/tlog.c index 31074e5ba..f47bedd38 100644 --- a/tests/tlog.c +++ b/tests/tlog.c @@ -25,7 +25,7 @@ MA 02111-1307, USA. */ #include #include "gmp.h" #include "mpfr.h" -#include "mpfr-impl.h" +#include "mpfr-test.h" extern int isnan(); -- cgit v1.2.1