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 | d52d45a494863cf7ff65c76c7a6c96ec79236ce6 (patch) | |
tree | c34569e65031376e4fab9e8e2094a5aa574f4c4b /binutils/dlltool.c | |
parent | d8b19f1a2d0407cb5813dbb8d4d7529fbc311e0f (diff) | |
download | gdb-d52d45a494863cf7ff65c76c7a6c96ec79236ce6.zip gdb-d52d45a494863cf7ff65c76c7a6c96ec79236ce6.tar.gz gdb-d52d45a494863cf7ff65c76c7a6c96ec79236ce6.tar.bz2 |
* 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/dlltool.c')
-rw-r--r-- | binutils/dlltool.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 3f18922..eda8e3c 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -254,13 +254,7 @@ #include <time.h> #include <sys/stat.h> - -#ifdef ANSI_PROTOTYPES #include <stdarg.h> -#else -#include <varargs.h> -#endif - #include <assert.h> #ifdef DLLTOOL_ARM |