diff options
Diffstat (limited to 'include/expression.h')
| -rw-r--r-- | include/expression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/expression.h b/include/expression.h index e73ad90e..a960f8cb 100644 --- a/include/expression.h +++ b/include/expression.h @@ -441,7 +441,7 @@ extern void expr_set_type(struct expr *expr, const struct datatype *dtype, struct eval_ctx; extern int expr_binary_error(struct list_head *msgs, const struct expr *e1, const struct expr *e2, - const char *fmt, ...) __gmp_fmtstring(4, 5); + const char *fmt, ...) __fmtstring(4, 5); #define expr_error(msgs, expr, fmt, args...) \ expr_binary_error(msgs, expr, NULL, fmt, ## args) |
