* config/obj-ieee.c: Remove duplicate prototypes.

* config/tc-h8300.c: Likewise.
This commit is contained in:
Kazu Hirata 2003-11-20 04:12:19 +00:00
parent b54a33920b
commit d492b58e48
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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},

View File

@ -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);