* libiberty.h (xmemdup): Add prototype for new function.

From-SVN: r29200
This commit is contained in:
Jeff Garzik 1999-09-08 08:20:11 +00:00 committed by Jeff Law
parent b10647f1b2
commit 6659980655
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-09-07 Jeff Garzik <jgarzik@pobox.com>
* libiberty.h (xmemdup): Add prototype for new function.
1999-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* obstack.h (obstack_grow, obstack_grow0): Move (char*) casts

View File

@ -149,6 +149,10 @@ extern PTR xcalloc PARAMS ((size_t, size_t));
extern char *xstrdup PARAMS ((const char *));
/* Copy an existing memory buffer to a new memory buffer without fail. */
extern PTR xmemdup PARAMS ((const PTR, size_t, size_t));
/* hex character manipulation routines */
#define _hex_array_size 256