* xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes.

* ecoff.h: Convert to ISO C90 prototypes.  Replace PTR by void *.
This commit is contained in:
Andreas Jaeger
2003-06-29 13:52:02 +00:00
parent 0c03b46350
commit 3fbdb70ec6
3 changed files with 65 additions and 60 deletions

View File

@ -1,6 +1,6 @@
/* Internal format of XCOFF object file data structures for BFD.
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
Written by Ian Lance Taylor <ian@cygnus.com>, Cygnus Support.
@ -424,7 +424,7 @@ struct __rtinit
{
/* Pointer to runtime linker.
XXX: Is the parameter really void? */
int (*rtl) PARAMS ((void));
int (*rtl) (void);
/* Offset to array of init functions, 0 if none. */
int init_offset;