From 9334f9c6cd576128ec4fc891b5fcf267a7fca7fb Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sun, 27 Mar 2005 05:28:42 +0000 Subject: merge from gcc --- libiberty/asprintf.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libiberty/asprintf.c') diff --git a/libiberty/asprintf.c b/libiberty/asprintf.c index cd0543a..3ef067f 100644 --- a/libiberty/asprintf.c +++ b/libiberty/asprintf.c @@ -22,11 +22,7 @@ Boston, MA 02111-1307, USA. */ #include "ansidecl.h" #include "libiberty.h" -#ifdef ANSI_PROTOTYPES #include -#else -#include -#endif /* @@ -45,7 +41,7 @@ not be allocated, minus one is returned and @code{NULL} is stored in */ int -asprintf VPARAMS ((char **buf, const char *fmt, ...)) +asprintf (char **buf, const char *fmt, ...) { int status; VA_OPEN (ap, fmt); -- cgit v1.1