From bb554e9423bc97ddb71ca22e126910020ac73c75 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Fri, 2 Jul 1993 01:33:33 +0000 Subject: [PATCH] fix decls --- gas/config/tc-h8500.c | 2 +- gas/config/tc-h8500.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c index 0379f7176cf..f64a8b64d88 100644 --- a/gas/config/tc-h8500.c +++ b/gas/config/tc-h8500.c @@ -87,7 +87,7 @@ const char FLT_CHARS[] = "rRsSfFdDxXpP"; #define WORD_F 32767 #define WORD_B 32768 -relax_typeS md_relax_table[C (END, 0)]; +const relax_typeS md_relax_table[C (END, 0)]; static struct hash_control *opcode_hash_control; /* Opcode mnemonics */ diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h index 198558cc511..09c008111e8 100644 --- a/gas/config/tc-h8500.h +++ b/gas/config/tc-h8500.h @@ -20,7 +20,6 @@ #define TC_H8500 -#define const /* This macro translates between an internal fix and an coff reloc type */ #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP) -- 2.30.2