2012-03-01 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / p-exp.y
index 4be3e6e43239b5591a2ae59c9f60c021db7214e3..3b7984ecf35702d7cc949930b0adb426d9d0287c 100644 (file)
@@ -338,7 +338,7 @@ exp :       field_exp COMPLETE
 
 exp    :       exp '['
                        /* We need to save the current_type value.  */
-                       { char *arrayname;
+                       { const char *arrayname;
                          int arrayfieldindex;
                          arrayfieldindex = is_pascal_string_type (
                                current_type, NULL, NULL,
This page took 0.0283 seconds and 4 git commands to generate.