make md_parse_option () take a const char *
[binutils-gdb.git] / gas / config / tc-z80.c
index 281cc71948cf0fd2e8ced33985ebd6a95b37fd51..094b8e6e12575de117c8785c07b77ce0e26c6a50 100644 (file)
@@ -81,7 +81,7 @@ static int ins_err = INS_R800;
 static int ins_used = INS_Z80;
 
 int
-md_parse_option (int c, char* arg ATTRIBUTE_UNUSED)
+md_parse_option (int c, const char* arg ATTRIBUTE_UNUSED)
 {
   switch (c)
     {