Mercurial > emacs
comparison src/alloc.c @ 68398:cec05baae14f
(check_pure_size): Make overflow message an "error message".
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 26 Jan 2006 17:51:42 +0000 |
| parents | 3422c551ad06 |
| children | 47782d80f30b |
comparison
equal
deleted
inserted
replaced
| 68397:5b1791b98dc2 | 68398:cec05baae14f |
|---|---|
| 4657 | 4657 |
| 4658 void | 4658 void |
| 4659 check_pure_size () | 4659 check_pure_size () |
| 4660 { | 4660 { |
| 4661 if (pure_bytes_used_before_overflow) | 4661 if (pure_bytes_used_before_overflow) |
| 4662 message ("Pure Lisp storage overflow (approx. %d bytes needed)", | 4662 message ("emacs:0:Pure Lisp storage overflow (approx. %d bytes needed)", |
| 4663 (int) (pure_bytes_used + pure_bytes_used_before_overflow)); | 4663 (int) (pure_bytes_used + pure_bytes_used_before_overflow)); |
| 4664 } | 4664 } |
| 4665 | 4665 |
| 4666 | 4666 |
| 4667 /* Return a string allocated in pure space. DATA is a buffer holding | 4667 /* Return a string allocated in pure space. DATA is a buffer holding |
