summaryrefslogtreecommitdiff
path: root/opcodes/fr30-opc.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-07-01 11:16:33 +0000
committerNick Clifton <nickc@redhat.com>2005-07-01 11:16:33 +0000
commitdce90140f774911d2c90aeba8c1c3f0c4f854ef2 (patch)
tree832f1ddd50c99eac71c6b0176b33c911a8f9c4a3 /opcodes/fr30-opc.h
parent2be1811973b500fc34b1281fa7dabb32751b67ca (diff)
downloadgdb-dce90140f774911d2c90aeba8c1c3f0c4f854ef2.tar.gz
Update function declarations to ISO C90 formatting
Diffstat (limited to 'opcodes/fr30-opc.h')
-rw-r--r--opcodes/fr30-opc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/fr30-opc.h b/opcodes/fr30-opc.h
index 39cc61f319e..645b3cc1dc8 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)
/* -- */