make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-i370.c
index a20c10cf84ae939a7eb0fcd41f7df53f21701ab4..1b419e82a91845028715348304b64269ea3b3d2c 100644 (file)
@@ -358,7 +358,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.024951 seconds and 4 git commands to generate.