(xalloc_die): Declare to be static.
authorJim Meyering <jim@meyering.net>
Wed, 22 Sep 2004 20:09:41 +0000 (20:09 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 22 Sep 2004 20:09:41 +0000 (20:09 +0000)
src/csplit.c

index dd29ea5f8ddd75ecada3d8b4cf078d8926eeb8aa..21a8f487a6468021046d39d6c52798b8eee3384a 100644 (file)
@@ -227,7 +227,7 @@ cleanup_fatal (void)
   exit (EXIT_FAILURE);
 }
 
-void
+static void
 xalloc_die (void)
 {
   error (0, 0, "%s", _("memory exhausted"));