aboutsummaryrefslogtreecommitdiff
path: root/gas/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/obj.h')
-rw-r--r--gas/obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/obj.h b/gas/obj.h
index dd98e66..5d23707 100644
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -42,7 +42,7 @@ struct format_ops {
unsigned dfl_leading_underscore : 1;
unsigned emit_section_symbols : 1;
void (*begin) (void);
- void (*app_file) (const char *, int);
+ void (*app_file) (const char *);
void (*frob_symbol) (symbolS *, int *);
void (*frob_file) (void);
void (*frob_file_before_adjust) (void);