make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-xgate.c
index 70554fe028b36761ce92967051fc2b22141a743c..5b941588f16dbff650c7c938c58f7e64462cd5a3 100644 (file)
@@ -200,7 +200,7 @@ md_atof (int type, char *litP, int *sizeP)
 }
 
 int
-md_parse_option (int c, char *arg)
+md_parse_option (int c, const char *arg)
 {
   switch (c)
     {
This page took 0.0308 seconds and 4 git commands to generate.