diff options
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 } |