Do not use unprotected ANSI/ISO prototypes.
This commit is contained in:
parent
d108166fde
commit
07dc1e42d7
1 changed files with 2 additions and 1 deletions
|
@ -1172,7 +1172,8 @@ free_loadinfo ()
|
|||
/* this is called from xcoffread.c */
|
||||
|
||||
void
|
||||
xcoff_add_toc_to_loadinfo (unsigned long tocoff)
|
||||
xcoff_add_toc_to_loadinfo (tocoff)
|
||||
unsigned long tocoff;
|
||||
{
|
||||
while (loadinfotocindex >= loadinfolen) {
|
||||
loadinfolen += LOADINFOLEN;
|
||||
|
|
Loading…
Add table
Reference in a new issue