diff options
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index c01a56e..a104e61 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -371,7 +371,7 @@ const struct op_print c_op_print_tab[] = {NULL, 0, 0, 0} }; -struct type ** const (c_builtin_types[]) = +struct type ** CONST_PTR (c_builtin_types[]) = { &builtin_type_int, &builtin_type_long, |