diff options
author | Antonio Giovanni Colombo <azc100@gmail.com> | 2020-08-16 21:25:30 +0200 |
---|---|---|
committer | Antonio Giovanni Colombo <azc100@gmail.com> | 2020-08-16 21:25:30 +0200 |
commit | 87761102eb08df817871b17f56041428e88efb12 (patch) | |
tree | e5575279f26c44b485939140f03d261aa6e80062 /array.c | |
parent | 65cb5e20a94c407eab227bbfe78bac5f86d9d808 (diff) | |
parent | af190c94590e340fcb5918a6ebd245169d5f1000 (diff) | |
download | egawk-87761102eb08df817871b17f56041428e88efb12.tar.gz egawk-87761102eb08df817871b17f56041428e88efb12.tar.bz2 egawk-87761102eb08df817871b17f56041428e88efb12.zip |
Merge branch 'feature/docit' of ssh://git.sv.gnu.org/srv/git/gawk into feature/docit
Diffstat (limited to 'array.c')
-rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -709,7 +709,7 @@ value_info(NODE *n) n->stfmt == STFMT_UNUSED ? "<unused>" : fmt_list[n->stfmt]->stptr); #ifdef HAVE_MPFR - fprintf(output_fp, ", RNDMODE=\"%c\"", n->strndmode); + fprintf(output_fp, ", ROUNDMODE=\"%c\"", n->strndmode); #endif } |