diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-01 11:16:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-01 11:16:33 +0000 |
commit | dce90140f774911d2c90aeba8c1c3f0c4f854ef2 (patch) | |
tree | 832f1ddd50c99eac71c6b0176b33c911a8f9c4a3 /opcodes/iq2000-opc.h | |
parent | 2be1811973b500fc34b1281fa7dabb32751b67ca (diff) | |
download | gdb-dce90140f774911d2c90aeba8c1c3f0c4f854ef2.tar.gz |
Update function declarations to ISO C90 formatting
Diffstat (limited to 'opcodes/iq2000-opc.h')
-rw-r--r-- | opcodes/iq2000-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/iq2000-opc.h b/opcodes/iq2000-opc.h index 76307e33e0c..af189356ba0 100644 --- a/opcodes/iq2000-opc.h +++ b/opcodes/iq2000-opc.h @@ -39,7 +39,7 @@ with this program; if not, write to the Free Software Foundation, Inc., instructions have same mnemonics but different functionality. */ #define CGEN_VALIDATE_INSN_SUPPORTED -extern int iq2000_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn); +extern int iq2000_cgen_insn_supported (CGEN_CPU_DESC, const CGEN_INSN *); /* -- asm.c */ /* Enum declaration for iq2000 instruction types. */ |