merge from gcc

This commit is contained in:
DJ Delorie 2001-09-29 03:19:56 +00:00
parent 6e73fe5560
commit 916aaa1251
2 changed files with 8 additions and 0 deletions

View file

@ -74,6 +74,10 @@ NOTES
# endif
# endif
#if HAVE_STDLIB_H
#include <stdlib.h>
#endif
static inline unsigned long vconcat_length PARAMS ((const char *, va_list));
static inline unsigned long
vconcat_length (first, args)