diff options
Diffstat (limited to 'gas/tc.h')
-rw-r--r-- | gas/tc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |