Update function declarations to ISO C90 formatting
[deliverable/binutils-gdb.git] / opcodes / fr30-opc.h
index 39cc61f319e1179d969c4c32f0688793f9493971..645b3cc1dc8bfa5aca472396701ea0c27ed4976a 100644 (file)
@@ -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)
 
 /* -- */
This page took 0.024736 seconds and 4 git commands to generate.