2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 22:38:24 +00:00

be nice to Eclipse

This commit is contained in:
bebbo
2018-03-11 20:00:45 +01:00
parent e35204ad1d
commit 9271de17ff
5 changed files with 64 additions and 56 deletions

View File

@ -26,7 +26,7 @@ extern const pseudo_typeS md_pseudo_table[];
extern const int md_reloc_size; /* Size of a relocation record */
char *md_atof PARAMS ((int what_statement_type, char *literalP, int *sizeP));
char *md_atof PARAMS ((char what_statement_type, char *literalP, int *sizeP));
#ifndef md_estimate_size_before_relax
int md_estimate_size_before_relax PARAMS ((fragS * fragP, segT segment));
#endif