From 21b849e3cdc6245db536f7cd3754407bf124f49f Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 26 Jul 1996 05:05:35 +0000 Subject: [PATCH] * 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. --- include/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/ChangeLog b/include/ChangeLog index 6caebf6..812783d 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. -- 2.7.4