make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-ns32k.c
index 2b88bf4462ce52acf813846717781d00abe143f9..1f5dbd90cd8c7043904dc78cefbd2f9263c192c0 100644 (file)
@@ -2123,7 +2123,7 @@ struct option md_longopts[] =
 size_t md_longopts_size = sizeof (md_longopts);
 
 int
-md_parse_option (int c, char *arg)
+md_parse_option (int c, const char *arg)
 {
   switch (c)
     {
This page took 0.025048 seconds and 4 git commands to generate.