From a5f04737b4a5fce89ab7bd9264ba5b4813473121 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 3 Jan 2018 22:28:39 +0200 Subject: Changes to ROUNDMODE now invalidate cached string values. --- array.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index 4ad52c9c..5d953c04 100644 --- a/array.c +++ b/array.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 1986, 1988, 1989, 1991-2014, 2016, 2017, + * Copyright (C) 1986, 1988, 1989, 1991-2014, 2016, 2018, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the @@ -716,6 +716,9 @@ value_info(NODE *n) fprintf(output_fp, "FMT=\"%s\"", n->stfmt == STFMT_UNUSED ? "" : fmt_list[n->stfmt]->stptr); +#ifdef HAVE_MPFR + fprintf(output_fp, ", RNDMODE=\"%c\"", n->strndmode); +#endif } #undef PREC_NUM -- cgit v1.2.1