* i386.h: Correct opcode values for fsubp, fsubrp, fdivp, and
[deliverable/binutils-gdb.git] / gdb / ch-lang.c
index b72624336032ae995869dfc5981075df634a0716..a91ee17347cba7e440ca0d5c5a210b66ad7b40e5 100644 (file)
@@ -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,
This page took 0.023958 seconds and 4 git commands to generate.