diff options
author | Jim Meyering <jim@meyering.net> | 2004-09-22 20:09:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-09-22 20:09:41 +0000 |
commit | 470e3843633098aecdab8aa57067b5be6c6e032b (patch) | |
tree | a643e6c3e59b046b4fcd529a7f2153ee5b84ca07 | |
parent | 1c6e93bd1291a35c15904b06625fb567bdc1efb1 (diff) | |
download | coreutils-470e3843633098aecdab8aa57067b5be6c6e032b.tar.xz |
(xalloc_die): Declare to be static.
-rw-r--r-- | src/csplit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csplit.c b/src/csplit.c index dd29ea5f8..21a8f487a 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")); |