Mercurial > hg > octave-jordi > gnulib-hg
comparison lib/obstack.c @ 2793:92450a355346
Use `virtual memory exhausted', not `Memory exhausted'.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 31 Jul 2000 06:44:51 +0000 |
parents | 5994c6f939c5 |
children | f776657fc3ba |
comparison
equal
deleted
inserted
replaced
2792:e6e76de911bb | 2793:92450a355346 |
---|---|
466 # endif | 466 # endif |
467 | 467 |
468 static void | 468 static void |
469 print_and_abort () | 469 print_and_abort () |
470 { | 470 { |
471 fputs (_("memory exhausted"), stderr); | 471 fputs (_("virtual memory exhausted"), stderr); |
472 fputc ('\n', stderr); | 472 fputc ('\n', stderr); |
473 exit (obstack_exit_failure); | 473 exit (obstack_exit_failure); |
474 } | 474 } |
475 | 475 |
476 # if 0 | 476 # if 0 |