Add const to various variables in the gas sources.
[deliverable/binutils-gdb.git] / gas / symbols.c
index be48f87c35490f8d70d3fde17c3c04c3f1698106..484badc27ceb80212cd94a0c3050a1f34fe8b412 100644 (file)
@@ -1888,7 +1888,7 @@ decode_local_label_name (char *s)
   char *symbol_decode;
   int label_number;
   int instance_number;
-  char *type;
+  const char *type;
   const char *message_format;
   int lindex = 0;
 
This page took 0.024153 seconds and 4 git commands to generate.