Commit 576fb787 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* concat.c: Include stdlib.h.

From-SVN: r45861
parent 6142088c
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>
* libiberty.texi: (Top level): Add syncodeindex pg. Add
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment