1
0
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:
Jim Meyering
1997-10-26 04:39:53 +00:00
parent 6f82682a64
commit eb5fa8bdd2

View File

@@ -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 *, ...);