tx19 sanitize fixes.
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index b25dda339af87b628336da9d3287f57fb08bd1b8..720082433f24a6d869e1641bcb4bd9a2d9814c07 100644 (file)
@@ -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,
This page took 0.024256 seconds and 4 git commands to generate.