diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 896bded1456..134c095bd8c 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -443,6 +443,7 @@ extern rtx memset_libfunc; extern rtx bzero_libfunc; extern rtx throw_libfunc; +extern rtx rethrow_libfunc; extern rtx sjthrow_libfunc; extern rtx sjpopnthrow_libfunc; extern rtx terminate_libfunc; |