* config/obj-ieee.c: Remove duplicate prototypes.
* config/tc-h8300.c: Likewise.
This commit is contained in:
parent
b54a33920b
commit
d492b58e48
@ -1,3 +1,8 @@
|
||||
2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/obj-ieee.c: Remove duplicate prototypes.
|
||||
* config/tc-h8300.c: Likewise.
|
||||
|
||||
2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/tc-h8300.c: Convert to ISO-C.
|
||||
|
@ -467,10 +467,6 @@ ok:
|
||||
input_line_pointer = p;
|
||||
}
|
||||
|
||||
void cons ();
|
||||
void s_ignore ();
|
||||
|
||||
void s_globl ();
|
||||
const pseudo_typeS obj_pseudo_table[] =
|
||||
{
|
||||
{"section", obj_ieee_section, 0},
|
||||
|
@ -43,7 +43,6 @@ const char comment_chars[] = ";";
|
||||
const char line_comment_chars[] = "#";
|
||||
const char line_separator_chars[] = "";
|
||||
|
||||
void cons (int);
|
||||
void sbranch (int);
|
||||
void h8300hmode (int);
|
||||
void h8300smode (int);
|
||||
|
Loading…
x
Reference in New Issue
Block a user