Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / include / opcode / h8300.h
index b18843d636282c9c90003e1d4c2ac273bd1ef957..c33c8958eabd911a2f88fd6fab1f303739a3512e 100644 (file)
@@ -261,7 +261,7 @@ struct h8_opcode
   int how;
   enum h8_model available;
   int time;
-  char *name;
+  const char *name;
   struct arg args;
   struct code data;
 };
This page took 0.044456 seconds and 4 git commands to generate.