diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-24 20:40:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-24 20:40:28 +0000 |
commit | ea1562b345338540cf9a3c8fa28fbcb6da78fd3e (patch) | |
tree | 365f693777e612e6f40b668d1ec2d43f6a0c32ac /gas/config/tc-w65.h | |
parent | 1acfb01b60e3f3e877aff2c05a29997719807696 (diff) | |
download | gdb-ea1562b345338540cf9a3c8fa28fbcb6da78fd3e.zip gdb-ea1562b345338540cf9a3c8fa28fbcb6da78fd3e.tar.gz gdb-ea1562b345338540cf9a3c8fa28fbcb6da78fd3e.tar.bz2 |
Convert unmaintained files over to ISO-C90 and fix formatting.
Diffstat (limited to 'gas/config/tc-w65.h')
-rw-r--r-- | gas/config/tc-w65.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gas/config/tc-w65.h b/gas/config/tc-w65.h index 91bf128..dadd07d 100644 --- a/gas/config/tc-w65.h +++ b/gas/config/tc-w65.h @@ -1,5 +1,5 @@ /* This file is tc-w65.h - Copyright 1995, 1997, 1998, 2000, 2001, 2002 + Copyright 1995, 1997, 1998, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -39,8 +39,7 @@ struct fix; #define IGNORE_NONSTANDARD_ESCAPES #define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle (a,b,c) -extern void tc_reloc_mangle - PARAMS ((struct fix *, struct internal_reloc *, bfd_vma)); +extern void tc_reloc_mangle (struct fix *, struct internal_reloc *, bfd_vma); #define DO_NOT_STRIP 0 #define LISTING_HEADER "W65816 GAS " @@ -48,10 +47,10 @@ extern void tc_reloc_mangle #define RELOC_32 1234 #define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep (frag) -int tc_coff_sizemachdep PARAMS ((fragS *)); +int tc_coff_sizemachdep (fragS *); #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) w65_expression (EXP) -void w65_expression PARAMS ((expressionS *)); +void w65_expression (expressionS *); #define TC_COUNT_RELOC(x) (1) #define TC_CONS_RELOC tc_cons_reloc |