diff options
Diffstat (limited to 'gcc/fortran/trans-const.h')
-rw-r--r-- | gcc/fortran/trans-const.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/trans-const.h b/gcc/fortran/trans-const.h index 39693bb..4f5a520 100644 --- a/gcc/fortran/trans-const.h +++ b/gcc/fortran/trans-const.h @@ -44,8 +44,8 @@ tree gfc_conv_constant_to_tree (gfc_expr *); structures. Also sets the length of CHARACTER strings in the gfc_se. */ void gfc_conv_constant (gfc_se *, gfc_expr *); -tree gfc_build_string_const (int, const char *); -tree gfc_build_wide_string_const (int, int, const gfc_char_t *); +tree gfc_build_string_const (size_t, const char *); +tree gfc_build_wide_string_const (int, size_t, const gfc_char_t *); tree gfc_build_cstring_const (const char *); tree gfc_build_localized_cstring_const (const char *); |