diff options
Diffstat (limited to 'gas/output-file.h')
-rw-r--r-- | gas/output-file.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/output-file.h b/gas/output-file.h index 48b7a6a..6779e4b 100644 --- a/gas/output-file.h +++ b/gas/output-file.h @@ -19,8 +19,8 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void output_file_append PARAMS ((char *where, long length, char *filename)); -void output_file_close PARAMS ((char *filename)); -void output_file_create PARAMS ((char *name)); +void output_file_append (char *where, long length, char *filename); +void output_file_close (char *filename); +void output_file_create (char *name); /* end of output-file.h */ |