make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-mep.c
index a4ebfcf5da9a06342bf390827ddc4690a3ad4e95..6b659d476494259f89adb551992f02f05244e8e5 100644 (file)
@@ -195,7 +195,7 @@ static int optbits = 0;
 static int optbitset = 0;
 
 int
-md_parse_option (int c, char *arg ATTRIBUTE_UNUSED)
+md_parse_option (int c, const char *arg ATTRIBUTE_UNUSED)
 {
   int i, idx;
   switch (c)
This page took 0.022988 seconds and 4 git commands to generate.