Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / gas / config / tc-vax.c
index f04ad615fe83eaf7341c2baa85c9c675c155bc64..b2e492628a1c9fcf53361c306669aa148ab45c83 100644 (file)
@@ -3274,7 +3274,7 @@ bfd_reloc_code_real_type
 vax_cons (expressionS *exp, int size)
 {
   char *save;
-  char *vax_cons_special_reloc;
+  const char *vax_cons_special_reloc;
 
   SKIP_WHITESPACE ();
   vax_cons_special_reloc = NULL;
This page took 0.024968 seconds and 4 git commands to generate.