* libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xrealloc
authorFred Fish <fnf@specifix.com>
Fri, 26 Jul 1996 05:05:35 +0000 (05:05 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 26 Jul 1996 05:05:35 +0000 (05:05 +0000)
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

index 6caebf65a4a188f6cbc0111d6d367e4344d54778..812783d572d7f499e2be61f24ef5e854937b7302 100644 (file)
@@ -1,3 +1,13 @@
+Tue Jul 23 17:37:58 1996  Fred Fish  <fnf@cygnus.com>
+
+       * 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  <rth@tamu.edu>
 
        * dis-asm.h (print_insn_alpha): Don't declare.
This page took 0.026292 seconds and 4 git commands to generate.