diff options
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r-- | gdb/f-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c index a72b103..a477c40 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -434,7 +434,7 @@ static const struct op_print f_op_print_tab[] = { { NULL, 0, 0, 0 } }; -struct type ** const (f_builtin_types[]) = +struct type ** CONST_PTR (f_builtin_types[]) = { &builtin_type_f_character, &builtin_type_f_logical, |