From a6f5b2c3bf2f155d743bbf38912282c09ad8f08b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 29 Jun 2003 13:52:02 +0000 Subject: * xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes. * ecoff.h: Convert to ISO C90 prototypes. Replace PTR by void *. --- include/coff/xcoff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/coff/xcoff.h') diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h index b27cece..64a9ee1 100644 --- a/include/coff/xcoff.h +++ b/include/coff/xcoff.h @@ -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 , 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; -- cgit v1.1