projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6e93b
)
(xalloc_die): Declare to be static.
author
Jim Meyering
<jim@meyering.net>
Wed, 22 Sep 2004 20:09:41 +0000
(20:09 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 22 Sep 2004 20:09:41 +0000
(20:09 +0000)
src/csplit.c
patch
|
blob
|
history
diff --git
a/src/csplit.c
b/src/csplit.c
index dd29ea5f8ddd75ecada3d8b4cf078d8926eeb8aa..21a8f487a6468021046d39d6c52798b8eee3384a 100644
(file)
--- 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"));