summaryrefslogtreecommitdiff
path: root/src/inp_str.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-04 19:01:20 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-04 19:01:20 +0000
commitce610c0b298675c4012aa9cb34add9977852a72a (patch)
treeb66b971197546304a1dee6cd892975535edb1c33 /src/inp_str.c
parentdc706177fbe055b1d983dffb4ceeecdb3b3ecdd8 (diff)
downloadmpfr-ce610c0b298675c4012aa9cb34add9977852a72a.tar.gz
make compilation work again (make + make check) with mini-gmp
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11891 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/inp_str.c')
-rw-r--r--src/inp_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inp_str.c b/src/inp_str.c
index 7facdeaae..d7dd550d4 100644
--- a/src/inp_str.c
+++ b/src/inp_str.c
@@ -22,7 +22,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <ctype.h>
-
+#define MPFR_USE_FILE
#include "mpfr-impl.h"
/* The original version of this function came from GMP's mpf/inp_str.c;