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.
This commit is contained in:
parent
ccced87a0b
commit
e9aff87e19
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue