Constify more
[deliverable/binutils-gdb.git] / gas / tc.h
index 3683466b32c0e84fe1c4099df839b44fcb079ee4..51ff4997edba0de24a4195c707a8db9135343378 100644 (file)
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -24,7 +24,7 @@
 
 extern const pseudo_typeS md_pseudo_table[];
 
-char * md_atof (int, char *, int *);
+const char * md_atof (int, char *, int *);
 int    md_parse_option (int, const char *);
 void   md_show_usage (FILE *);
 void   md_assemble (char *);
This page took 0.023353 seconds and 4 git commands to generate.