From 168676d418d5b6bb425d25d15f3c6bb965f6b4fe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 26 Sep 1999 19:01:12 +0000 Subject: small correction from Akim --- lib/xalloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/xalloc.h') diff --git a/lib/xalloc.h b/lib/xalloc.h index 063c3a164..f75c3cdd7 100644 --- a/lib/xalloc.h +++ b/lib/xalloc.h @@ -41,7 +41,7 @@ extern int xalloc_exit_failure; /* If this pointer is non-zero, run the specified function upon each allocation failure. It is initialized to zero. */ -extern void (*xalloc_fail_func) PARAMS ((void)) ATTRIBUTE_NORETURN; +extern void (*xalloc_fail_func) PARAMS ((void)); /* If XALLOC_FAIL_FUNC is undefined or a function that returns, this message must be non-NULL. It is translated via gettext. @@ -52,7 +52,7 @@ extern char *const xalloc_msg_memory_exhausted; in charge of honoring the three previous items. This is the function to call when one wants the program to die because of a memory allocation failure. */ -extern void xalloc_die PARAMS ((void)); +extern void xalloc_die PARAMS ((void)) ATTRIBUTE_NORETURN; void *xmalloc PARAMS ((size_t n)); void *xcalloc PARAMS ((size_t n, size_t s)); -- cgit v1.2.3-54-g00ecf