diff options
Diffstat (limited to 'gdb/ch-lang.c')
-rw-r--r-- | gdb/ch-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c index b726243..a91ee17 100644 --- a/gdb/ch-lang.c +++ b/gdb/ch-lang.c @@ -330,7 +330,7 @@ struct type *builtin_type_chill_long; struct type *builtin_type_chill_ulong; struct type *builtin_type_chill_real; -struct type ** const (chill_builtin_types[]) = +struct type ** CONST_PTR (chill_builtin_types[]) = { &builtin_type_chill_bool, &builtin_type_chill_char, |