From 47b0e7ad8c60ea4b45b22ad5cb376f068991bc88 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 1 Jul 2005 11:16:33 +0000 Subject: Update function declarations to ISO C90 formatting --- opcodes/fr30-opc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opcodes/fr30-opc.h') 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) /* -- */ -- cgit v1.1