diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-02 15:27:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-02 15:27:17 +0000 |
commit | e9aff87e192419f31758b95c2ee9b5d6e2ad4f4e (patch) | |
tree | 25c6a5197e95c4f76ae06945890cf99a5604baa8 /opcodes | |
parent | ccced87a0bbc2e35e04bcaf5f9f85ff125dc3387 (diff) | |
download | fsf-binutils-gdb-e9aff87e192419f31758b95c2ee9b5d6e2ad4f4e.zip fsf-binutils-gdb-e9aff87e192419f31758b95c2ee9b5d6e2ad4f4e.tar.gz fsf-binutils-gdb-e9aff87e192419f31758b95c2ee9b5d6e2ad4f4e.tar.bz2 |
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.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/a29k-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |