mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
Update function declarations to ISO C90 formatting
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user