]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/tc.h
make md_parse_option () take a const char *
[thirdparty/binutils-gdb.git] / gas / tc.h
index dd1831da7409c7a527511bf74eb383172cc15fd8..3683466b32c0e84fe1c4099df839b44fcb079ee4 100644 (file)
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -25,7 +25,7 @@
 extern const pseudo_typeS md_pseudo_table[];
 
 char * md_atof (int, char *, int *);
-int    md_parse_option (int, char *);
+int    md_parse_option (int, const char *);
 void   md_show_usage (FILE *);
 void   md_assemble (char *);
 void   md_begin (void);