diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-07-08 05:32:46 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-07-08 05:32:46 +0000 |
commit | cd926a9b49709f493aa54b1d0e58f5e6f42190e0 (patch) | |
tree | a232dff853e9bb9fc86e6b6ce37163475ed70c38 /binutils/dllwrap.c | |
parent | c0b72636d6f6fcabd11953c7f1f1bdf6c10673f9 (diff) | |
download | binutils-redhat-cd926a9b49709f493aa54b1d0e58f5e6f42190e0.tar.gz |
* bucomm.h: Include <stdarg.h> unconditionally, not only when
ANSI_PROTOTYPES is defined. Remove #ifdef logic.
* dlltool.c: Likewise.
* dllwrap.c: Likewise.
Diffstat (limited to 'binutils/dllwrap.c')
-rw-r--r-- | binutils/dllwrap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/binutils/dllwrap.c b/binutils/dllwrap.c index 97b138a1ae..a3b3794a6a 100644 --- a/binutils/dllwrap.c +++ b/binutils/dllwrap.c @@ -38,12 +38,7 @@ #include <time.h> #include <sys/stat.h> - -#ifdef ANSI_PROTOTYPES #include <stdarg.h> -#else -#include <varargs.h> -#endif #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> |