aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-09 19:03:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-09 19:03:26 +0300
commite0a0c58f6373ff5b9ae4bd3c0e5c68e6596395bf (patch)
treee95d7869432b10ff5e501e2a1e508bf3f4d2c5dc /debug.c
parentc372dc85effd4fa1a5f955ae88a9f0d003c92b5a (diff)
parent95b08f7b67d80ac2004b0f7ffad7f1a26a193f58 (diff)
downloadegawk-e0a0c58f6373ff5b9ae4bd3c0e5c68e6596395bf.tar.gz
egawk-e0a0c58f6373ff5b9ae4bd3c0e5c68e6596395bf.tar.bz2
egawk-e0a0c58f6373ff5b9ae4bd3c0e5c68e6596395bf.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
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);