* remote-mips.c (mips_request): Use unsigned long during parsing
[deliverable/binutils-gdb.git] / gdb / c-lang.c
index c01a56edaed8651913a6feb7ebd2c3f8b868013a..a104e6129e9538da49f0d268f716ea12f5c2021a 100644 (file)
@@ -371,7 +371,7 @@ const struct op_print c_op_print_tab[] =
     {NULL, 0, 0, 0}
 };
 \f
-struct type ** const (c_builtin_types[]) = 
+struct type ** CONST_PTR (c_builtin_types[]) = 
 {
   &builtin_type_int,
   &builtin_type_long,
This page took 0.057674 seconds and 4 git commands to generate.