summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-09-24 06:34:43 +0000
committerJim Meyering <jim@meyering.net>2004-09-24 06:34:43 +0000
commit9b838f64c8f472f6c0396fa1b236dbe571b2144c (patch)
tree9639caf1d07e1c5b0730ef70fdd22ef6d1117784 /src
parent68e6b1cd3b3aea9e979044fdf1b682afc09b108d (diff)
downloadcoreutils-9b838f64c8f472f6c0396fa1b236dbe571b2144c.tar.xz
(xalloc_die): Declare to be `extern', not `static'
to avoid a warning from gcc-3.4.1. Reported by Paul Eggert.
Diffstat (limited to 'src')
-rw-r--r--src/csplit.c2
1 files changed, 1 insertions, 1 deletions
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"));