diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-02 01:33:33 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-02 01:33:33 +0000 |
commit | bb554e9423bc97ddb71ca22e126910020ac73c75 (patch) | |
tree | eb921e8e483f03bdcf579c198c0319031e6fcc48 /gas/config/tc-h8500.c | |
parent | 3248023874f612946265dd8b74f68b10f4430c65 (diff) | |
download | gdb-bb554e9423bc97ddb71ca22e126910020ac73c75.zip gdb-bb554e9423bc97ddb71ca22e126910020ac73c75.tar.gz gdb-bb554e9423bc97ddb71ca22e126910020ac73c75.tar.bz2 |
fix decls
Diffstat (limited to 'gas/config/tc-h8500.c')
-rw-r--r-- | gas/config/tc-h8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c index 0379f71..f64a8b6 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 */ |