diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-06-23 11:40:29 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-06-23 11:40:29 +0000 |
commit | 8f738565e336b98121168403f9bf2a3820e68d65 (patch) | |
tree | 73506ceca932df6fee59971c096307fe8dbcc67c /gas/config/m68k-parse.h | |
parent | aa20706882383a626fa7d191086d36430ce24bd5 (diff) | |
download | gdb-8f738565e336b98121168403f9bf2a3820e68d65.zip gdb-8f738565e336b98121168403f9bf2a3820e68d65.tar.gz gdb-8f738565e336b98121168403f9bf2a3820e68d65.tar.bz2 |
* config/m68k-parse.h: Use ISO C90.
* config/m68k-parse.y: Likewise.
* config/tc-m68k.h: Likewise.
Diffstat (limited to 'gas/config/m68k-parse.h')
-rw-r--r-- | gas/config/m68k-parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/m68k-parse.h b/gas/config/m68k-parse.h index 1876156..e7af853 100644 --- a/gas/config/m68k-parse.h +++ b/gas/config/m68k-parse.h @@ -1,6 +1,6 @@ /* m68k-parse.h -- header file for m68k assembler Copyright 1987, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2000, - 2003, 2004 Free Software Foundation, Inc. + 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -339,7 +339,7 @@ struct m68k_op /* The parsing function. */ -extern int m68k_ip_op PARAMS ((char *, struct m68k_op *)); +extern int m68k_ip_op (char *, struct m68k_op *); /* Whether register prefixes are optional. */ extern int flag_reg_prefix_optional; |