aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 4a276a4cc12..a6aacd704be 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3843,8 +3843,8 @@ void
3843check_pure_size () 3843check_pure_size ()
3844{ 3844{
3845 if (pure_bytes_used_before_overflow) 3845 if (pure_bytes_used_before_overflow)
3846 error ("Pure Lisp storage overflow (approx. %d bytes needed)", 3846 message ("Pure Lisp storage overflow (approx. %d bytes needed)",
3847 (int) (pure_bytes_used + pure_bytes_used_before_overflow)); 3847 (int) (pure_bytes_used + pure_bytes_used_before_overflow));
3848} 3848}
3849 3849
3850 3850