From 124712be30d752324e51f0e6b8e92c7e1b59bcc7 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 9 Jul 2020 15:28:19 +0300 Subject: Fix dbugeval2 test for -M. --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index 61e21a58..4ca93735 100644 --- a/debug.c +++ b/debug.c @@ -5602,7 +5602,7 @@ do_eval(CMDARG *arg, int cmd ATTRIBUTE_UNUSED) ctxt->install_func = append_symbol; /* keep track of newly installed globals */ push_context(ctxt); the_source = add_srcfile(SRC_CMDLINE, arg->a_string, srcfiles, NULL, NULL); - do_flags = false; + do_flags &= DO_MPFR; // preserve this flag only ret = parse_program(&code, true); do_flags = save_flags; remove_params(this_func); -- cgit v1.2.3