diff options
author | Alan Modra <modra@gmail.com> | 2003-08-07 02:25:50 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2003-08-07 02:25:50 +0000 |
commit | 61982e3c094083f483ef04a1ab02e6159e13f7bb (patch) | |
tree | 18f1ca29d431bebf16eac7427f57c9a43d2ea870 /include/opcode/d10v.h | |
parent | 0601b11fb647ed948cb0e2ad33ece143532631fb (diff) | |
download | cygnal-61982e3c094083f483ef04a1ab02e6159e13f7bb.tar.gz cygnal-61982e3c094083f483ef04a1ab02e6159e13f7bb.tar.bz2 cygnal-61982e3c094083f483ef04a1ab02e6159e13f7bb.zip |
Convert to C90.
Diffstat (limited to 'include/opcode/d10v.h')
-rw-r--r-- | include/opcode/d10v.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h index cc27850b0..74d9006f1 100644 --- a/include/opcode/d10v.h +++ b/include/opcode/d10v.h @@ -1,5 +1,6 @@ /* d10v.h -- Header file for D10V opcode table - Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003 + Free Software Foundation, Inc. Written by Martin Hunt (hunt@cygnus.com), Cygnus Support This file is part of GDB, GAS, and the GNU binutils. @@ -198,7 +199,7 @@ struct pd_reg }; extern const struct pd_reg d10v_predefined_registers[]; -int d10v_reg_name_cnt PARAMS ((void)); +int d10v_reg_name_cnt (void); /* an expressionS only has one register type, so we fake it */ /* by setting high bits to indicate type */ |