From: Jim Meyering Date: Wed, 22 Sep 2004 20:09:41 +0000 (+0000) Subject: (xalloc_die): Declare to be static. X-Git-Tag: v5.3.0~632 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470e3843633098aecdab8aa57067b5be6c6e032b;p=thirdparty%2Fcoreutils.git (xalloc_die): Declare to be static. --- diff --git a/src/csplit.c b/src/csplit.c index dd29ea5f8d..21a8f487a6 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -227,7 +227,7 @@ cleanup_fatal (void) exit (EXIT_FAILURE); } -void +static void xalloc_die (void) { error (0, 0, "%s", _("memory exhausted"));