From: Fred Fish Date: Fri, 26 Jul 1996 05:05:35 +0000 (+0000) Subject: * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21b849e3cdc6245db536f7cd3754407bf124f49f;p=binutils-gdb.git * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc definitions inside #ifndef so that programs that want to can define PRIVATE_XMALLOC and then define xmalloc and xrealloc anyway they want. (basename): Document in source that we can't declare the parameter type because it is declared inconsistently across different systems. --- diff --git a/include/ChangeLog b/include/ChangeLog index 6caebf65a4a..812783d572d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,13 @@ +Tue Jul 23 17:37:58 1996 Fred Fish + + * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc + definitions inside #ifndef so that programs that want to + can define PRIVATE_XMALLOC and then define xmalloc and + xrealloc anyway they want. + (basename): Document in source that we can't declare the + parameter type because it is declared inconsistently across + different systems. + Mon Jul 22 13:16:13 1996 Richard Henderson * dis-asm.h (print_insn_alpha): Don't declare.