summaryrefslogtreecommitdiff
path: root/src/inp_str.c
diff options
context:
space:
mode:
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 d7dd550d4..7facdeaae 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;