diff options
Diffstat (limited to 'gas/ecoff.h')
-rw-r--r-- | gas/ecoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ecoff.h b/gas/ecoff.h index 421f231..01f9703 100644 --- a/gas/ecoff.h +++ b/gas/ecoff.h @@ -37,7 +37,7 @@ extern void ecoff_read_begin_hook (void); /* This function should be called when the assembler switches to a new file. */ -extern void ecoff_new_file (const char *, int); +extern void ecoff_new_file (const char *); /* This function should be called when a new symbol is created, by obj_symbol_new_hook. */ |