From e9aff87e192419f31758b95c2ee9b5d6e2ad4f4e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 2 Apr 1993 15:27:17 +0000 Subject: [PATCH] Maybe we should change ansidecl.h to define const as well as CONST? * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than const. --- opcodes/a29k-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/a29k-dis.c b/opcodes/a29k-dis.c index 7808a8e..102d57a 100644 --- a/opcodes/a29k-dis.c +++ b/opcodes/a29k-dis.c @@ -136,7 +136,7 @@ print_insn (memaddr, info) find_byte_func_type find_byte_func = (find_byte_func_type)info->private_data; - struct a29k_opcode const * opcode; + struct a29k_opcode CONST * opcode; { int status = -- 2.7.4