projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cee8ea
)
(print_and_abort): Use "memory exhausted", not "virtual memory exhausted".
author
Jim Meyering
<jim@meyering.net>
Mon, 7 Aug 2000 17:05:37 +0000
(17:05 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 7 Aug 2000 17:05:37 +0000
(17:05 +0000)
lib/obstack.c
patch
|
blob
|
history
diff --git
a/lib/obstack.c
b/lib/obstack.c
index 0322fb6733fda21e25df79ed51a34209ccc90f95..639a6b0676f9df42714e21f8df5bf68a296b32dc 100644
(file)
--- 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);
}