aboutsummaryrefslogtreecommitdiff
path: root/gas/tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/tc.h')
-rw-r--r--gas/tc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/tc.h b/gas/tc.h
index 5386513..8715db3 100644
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -31,7 +31,9 @@ int md_parse_option (int, char *);
void md_show_usage (FILE *);
void md_assemble (char *);
void md_begin (void);
+#ifndef md_number_to_chars
void md_number_to_chars (char *, valueT, int);
+#endif
void md_apply_fix (fixS *, valueT *, segT);
#ifndef WORKING_DOT_WORD