1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-09-28 15:27:13 +00:00
parent 4a03ccc044
commit a66e71a1d2
+7 -1
View File
@@ -1,6 +1,12 @@
1999-09-28 Jim Meyering <meyering@ascend.com>
* lib/xalloc.h (__attribute__): Protect against redefinition.
From Akim Demaille.
1999-09-26 Jim Meyering <meyering@ascend.com>
* lib/xmalloc.c (xalloc_die): Rename from xalloc_fail and update callers.
* lib/xmalloc.c (xalloc_die): Rename from xalloc_fail and
update callers.
Use explicit exit to help avoid warnings.
From Akim Demaille.