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/fr30-opc.h | |
parent | e4e8248d79d8461adf8b0cf22086e85a4c9ee0a4 (diff) | |
download | fsf-binutils-gdb-47b0e7ad8c60ea4b45b22ad5cb376f068991bc88.zip fsf-binutils-gdb-47b0e7ad8c60ea4b45b22ad5cb376f068991bc88.tar.gz fsf-binutils-gdb-47b0e7ad8c60ea4b45b22ad5cb376f068991bc88.tar.bz2 |
Update function declarations to ISO C90 formatting
Diffstat (limited to 'opcodes/fr30-opc.h')
-rw-r--r-- | opcodes/fr30-opc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/fr30-opc.h b/opcodes/fr30-opc.h index 39cc61f..645b3cc 100644 --- a/opcodes/fr30-opc.h +++ b/opcodes/fr30-opc.h @@ -28,9 +28,9 @@ with this program; if not, write to the Free Software Foundation, Inc., /* -- opc.h */ /* ??? This can be improved upon. */ -#undef CGEN_DIS_HASH_SIZE +#undef CGEN_DIS_HASH_SIZE #define CGEN_DIS_HASH_SIZE 16 -#undef CGEN_DIS_HASH +#undef CGEN_DIS_HASH #define CGEN_DIS_HASH(buffer, value) (((unsigned char *) (buffer))[0] >> 4) /* -- */ |