mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-12 06:57:33 +02:00
(xalloc_fail_func): Initialize to 0, not NULL.
This commit is contained in:
@@ -63,7 +63,7 @@ int xalloc_exit_failure = EXIT_FAILURE;
|
||||
char *const xalloc_msg_memory_exhausted = N_("Memory exhausted");
|
||||
|
||||
/* FIXME: describe */
|
||||
void (*xalloc_fail_func) () = NULL;
|
||||
void (*xalloc_fail_func) () = 0;
|
||||
|
||||
#if __STDC__ && (HAVE_VPRINTF || HAVE_DOPRNT)
|
||||
void error (int, int, const char *, ...);
|
||||
|
||||
Reference in New Issue
Block a user