From 1fdeee96e2cd2782d39ee149d5379f0bffe6a856 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 7 Aug 2000 17:05:37 +0000 Subject: (print_and_abort): Use "memory exhausted", not "virtual memory exhausted". --- lib/obstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/obstack.c') diff --git a/lib/obstack.c b/lib/obstack.c index 0322fb673..639a6b067 100644 --- a/lib/obstack.c +++ b/lib/obstack.c @@ -468,7 +468,7 @@ _obstack_memory_used (h) static void print_and_abort () { - fputs (_("virtual memory exhausted"), stderr); + fputs (_("memory exhausted"), stderr); fputc ('\n', stderr); exit (obstack_exit_failure); } -- cgit v1.2.3-54-g00ecf