diff options
Diffstat (limited to 'gdb/m2-lang.c')
-rw-r--r-- | gdb/m2-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c index b25dda3..7200824 100644 --- a/gdb/m2-lang.c +++ b/gdb/m2-lang.c @@ -403,7 +403,7 @@ struct type *builtin_type_m2_card; struct type *builtin_type_m2_real; struct type *builtin_type_m2_bool; -struct type ** const (m2_builtin_types[]) = +struct type ** CONST_PTR (m2_builtin_types[]) = { &builtin_type_m2_char, &builtin_type_m2_int, |