aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c4
1 files changed, 0 insertions, 4 deletions
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)