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 | 47b0e7ad8c60ea4b45b22ad5cb376f068991bc88 (patch) | |
tree | bb27e86679b3604624116e9a81be6bb3bd7353f2 /opcodes/openrisc-opc.h | |
parent | e4e8248d79d8461adf8b0cf22086e85a4c9ee0a4 (diff) | |
download | gdb-47b0e7ad8c60ea4b45b22ad5cb376f068991bc88.zip gdb-47b0e7ad8c60ea4b45b22ad5cb376f068991bc88.tar.gz gdb-47b0e7ad8c60ea4b45b22ad5cb376f068991bc88.tar.bz2 |
Update function declarations to ISO C90 formatting
Diffstat (limited to 'opcodes/openrisc-opc.h')
-rw-r--r-- | opcodes/openrisc-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/openrisc-opc.h b/opcodes/openrisc-opc.h index 4b2b8d4..bac3b18 100644 --- a/opcodes/openrisc-opc.h +++ b/opcodes/openrisc-opc.h @@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #undef CGEN_DIS_HASH #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 2) -extern long openrisc_sign_extend_16bit PARAMS ((long)); +extern long openrisc_sign_extend_16bit (long); /* -- */ /* Enum declaration for openrisc instruction types. */ typedef enum cgen_insn_type { |