From c1485d85e0bae60bf321baa007dd44bcc56b534b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 30 May 2000 18:35:35 +0000 Subject: Replace defines with those from intl/libgettext.h to quieten gcc warnings. --- opcodes/mcore-dis.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'opcodes/mcore-dis.c') diff --git a/opcodes/mcore-dis.c b/opcodes/mcore-dis.c index 7ebfd37..6df124f 100644 --- a/opcodes/mcore-dis.c +++ b/opcodes/mcore-dis.c @@ -169,7 +169,7 @@ print_insn_mcore (memaddr, info) if (strcmp (op->name, "bsr") == 0) { - /* for bsr, we'll try to get a symbol for the target */ + /* For bsr, we'll try to get a symbol for the target. */ val = memaddr + 2 + (val << 1); if (info->print_address_func && val != 0) @@ -268,12 +268,12 @@ print_insn_mcore (memaddr, info) break; default: - /* if the disassembler lags the instruction set */ + /* If the disassembler lags the instruction set. */ fprintf (stream, "\tundecoded operands, inst is 0x%04x", inst); break; } } - /* Say how many bytes we consumed? */ + /* Say how many bytes we consumed. */ return 2; } -- cgit v1.1