merge from gcc
This commit is contained in:
parent
6e73fe5560
commit
916aaa1251
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-09-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
|
* concat.c: Include stdlib.h.
|
||||||
|
|
||||||
2001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
|
2001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
|
||||||
|
|
||||||
* libiberty.texi: (Top level): Add syncodeindex pg. Add
|
* libiberty.texi: (Top level): Add syncodeindex pg. Add
|
||||||
|
|
|
@ -74,6 +74,10 @@ NOTES
|
||||||
# endif
|
# endif
|
||||||
# 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 PARAMS ((const char *, va_list));
|
||||||
static inline unsigned long
|
static inline unsigned long
|
||||||
vconcat_length (first, args)
|
vconcat_length (first, args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue