|
|
|
@ -137,7 +137,16 @@ extern JMP_BUF jbuf; |
|
|
|
#define S_IRWXU _S_IWRITE |
|
|
|
#endif |
|
|
|
|
|
|
|
//#include <stdarg.h> /* for va_copy() */ |
|
|
|
#ifdef HAVE_ASPRINTF |
|
|
|
#ifdef HAVE_LIBIBERTY_H /* asprintf */ |
|
|
|
#include <libiberty.h> |
|
|
|
#undef AND /* obsolete macro in ansidecl.h */ |
|
|
|
#else /* 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); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
extern IFfrontEnd nutmeginfo; |
|
|
|
|
|
|
|
|