.
authorJim Meyering <jim@meyering.net>
Sun, 26 Sep 1999 22:36:11 +0000 (22:36 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Sep 1999 22:36:11 +0000 (22:36 +0000)
old/fileutils/ChangeLog

index 980ad24..f475065 100644 (file)
@@ -1,5 +1,9 @@
 1999-09-26  Jim Meyering  <meyering@ascend.com>
 
+       * lib/xmalloc.c (xalloc_die): Rename from xalloc_fail and update callers.
+       Use explicit exit to help avoid warnings.
+       From Akim Demaille.
+
        * lib/path-concat.c (DIRECTORY_SEPARATOR): Define.
        (ISSLASH): Define.
        (path_concat): Allow parameter DIR to be NULL.
@@ -8,7 +12,6 @@
 
        * lib/xalloc.h (__attribute__): Define.
        (ATTRIBUTE_NORETURN): Define.
-       (xalloc_fail_func): Add noreturn attribute.
        (xalloc_die): Declare.
        (NEW): Define as yet unused macro.
        (XFREE): Likewise