From cb17a712ea65f6510e0000374cce4efbf4ffb902 Mon Sep 17 00:00:00 2001 From: john haque Date: Sun, 19 Feb 2012 08:44:00 -0600 Subject: Finish builtins for MPFR. --- builtin.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'builtin.c') diff --git a/builtin.c b/builtin.c index d403b7a2..1a3a399c 100644 --- a/builtin.c +++ b/builtin.c @@ -1061,7 +1061,6 @@ out2: need_format = FALSE; parse_next_arg(); (void) force_number(arg); - #ifdef HAVE_MPFR if (arg->flags & MPFN) goto mpfr_int; @@ -1180,7 +1179,6 @@ out2: need_format = FALSE; parse_next_arg(); (void) force_number(arg); - #ifdef HAVE_MPFR if (arg->flags & MPFN) { mpfr_ptr mt; @@ -3061,8 +3059,6 @@ do_compl(int nargs) DEREF(tmp); if (do_lint) { - if ((tmp->flags & (NUMCUR|NUMBER)) == 0) - lintwarn(_("compl: received non-numeric argument")); if (d < 0) lintwarn(_("compl(%lf): negative value will give strange results"), d); if (double_to_int(d) != d) -- cgit v1.2.3