* defs.h: Define CONST_PTR as blank if compiling with Microsoft
[deliverable/binutils-gdb.git] / gdb / language.c
index 61a95d8b92bc267754b1ede07b671fd0cd5d5c74..17ab815fae015dbad47d9913e74890dd689599ff 100644 (file)
@@ -1274,7 +1274,7 @@ unk_lang_value_print (val, stream, format, pretty)
   error ("internal error - unimplemented function unk_lang_value_print called.");
 }
 
-static struct type ** const (unknown_builtin_types[]) = { 0 };
+static struct type ** CONST_PTR (unknown_builtin_types[]) = { 0 };
 static const struct op_print unk_op_print_tab[] = {
     {NULL, OP_NULL, PREC_NULL, 0}
 };
This page took 0.024168 seconds and 4 git commands to generate.