diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-29 13:52:02 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-06-29 13:52:02 +0000 |
commit | 3fbdb70ec68d30d36bda2dd186b9a1ce8b4d579b (patch) | |
tree | f6b29d01b556b76ef96e088df1e4943f7469d84f /include/coff/xcoff.h | |
parent | 0c03b463507deec8fd8a1521eb55935a061261db (diff) | |
download | cygnal-3fbdb70ec68d30d36bda2dd186b9a1ce8b4d579b.tar.gz cygnal-3fbdb70ec68d30d36bda2dd186b9a1ce8b4d579b.tar.bz2 cygnal-3fbdb70ec68d30d36bda2dd186b9a1ce8b4d579b.zip |
* xcoff.h (struct __rtinit ): Convert to ISO C90 prototypes.
* ecoff.h: Convert to ISO C90 prototypes. Replace PTR by void *.
Diffstat (limited to 'include/coff/xcoff.h')
-rw-r--r-- | include/coff/xcoff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h index b27cececb..64a9ee164 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 <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; |