Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / gas / config / tc-tic30.c
index 7439693832824f0f4328fee4e3a6fdf6264f4529..e0690522f3ce7d3863628e78074fc9a9e4a70226 100644 (file)
@@ -31,7 +31,7 @@
 /* Put here all non-digit non-letter characters that may occur in an
    operand.  */
 static char operand_special_chars[] = "%$-+(,)*._~/<>&^!:[@]";
-static char *ordinal_names[] =
+static const char *ordinal_names[] =
 {
   N_("first"), N_("second"), N_("third"), N_("fourth"), N_("fifth")
 };
This page took 0.025906 seconds and 4 git commands to generate.