make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-cr16.c
index 8a920259c1b43621acdb62e66954bb379753dc71..45201caa6ac5caeed2e6fd9a4e76e7405ce11c5a 100644 (file)
@@ -702,7 +702,7 @@ md_undefined_symbol (char *name)
    GAS does not understand.  */
 
 int
-md_parse_option (int c ATTRIBUTE_UNUSED, char *arg ATTRIBUTE_UNUSED)
+md_parse_option (int c ATTRIBUTE_UNUSED, const char *arg ATTRIBUTE_UNUSED)
 {
   return 0;
 }
This page took 0.025229 seconds and 4 git commands to generate.