|
|
|
@ -9,7 +9,7 @@ Copyright 1991 Regents of the University of California. All rights reserved. |
|
|
|
#ifdef HAVE_LIBIBERTY_H /* asprintf */ |
|
|
|
#include <libiberty.h> |
|
|
|
#undef AND /* obsolete macro in ansidecl.h */ |
|
|
|
#else /* we have asprintf, but not libiberty.h */ |
|
|
|
#elif defined(__MINGW32__)/* we have asprintf, but not libiberty.h */ |
|
|
|
#include <stdarg.h> |
|
|
|
extern int asprintf(char **out, const char *fmt, ...); |
|
|
|
extern int vasprintf(char **out, const char *fmt, va_list ap); |
|
|
|
|