make md_parse_option () take a const char *
[deliverable/binutils-gdb.git] / gas / config / tc-msp430.c
index 6b762c2ca2514e09a90cff605556629678d85d52..ae28984dc7560d37ac5c94b59375e636a879bfba 100644 (file)
@@ -1329,7 +1329,7 @@ msp430_mcu_data [] =
 };  
 
 int
-md_parse_option (int c, char * arg)
+md_parse_option (int c, const char * arg)
 {
   switch (c)
     {
This page took 0.024027 seconds and 4 git commands to generate.