From 9b838f64c8f472f6c0396fa1b236dbe571b2144c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 24 Sep 2004 06:34:43 +0000 Subject: (xalloc_die): Declare to be `extern', not `static' to avoid a warning from gcc-3.4.1. Reported by Paul Eggert. --- src/csplit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/csplit.c b/src/csplit.c index 21a8f487a..4bc75e283 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -227,7 +227,7 @@ cleanup_fatal (void) exit (EXIT_FAILURE); } -static void +extern void xalloc_die (void) { error (0, 0, "%s", _("memory exhausted")); -- cgit v1.2.3-70-g09d2