mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(check_pure_size): Only output a warning.
This commit is contained in:
parent
0fdcb86754
commit
a4d35afd2f
1 changed files with 2 additions and 2 deletions
|
|
@ -3843,8 +3843,8 @@ void
|
|||
check_pure_size ()
|
||||
{
|
||||
if (pure_bytes_used_before_overflow)
|
||||
error ("Pure Lisp storage overflow (approx. %d bytes needed)",
|
||||
(int) (pure_bytes_used + pure_bytes_used_before_overflow));
|
||||
message ("Pure Lisp storage overflow (approx. %d bytes needed)",
|
||||
(int) (pure_bytes_used + pure_bytes_used_before_overflow));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue