summaryrefslogtreecommitdiff
path: root/src/pdumper.c
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2022-08-17 22:48:59 +0200
committerAndrea Corallo <akrl@sdf.org>2022-08-19 10:09:38 +0200
commit095ea821208b7470da98d95820653c8d527cd745 (patch)
tree40e9fd052be6e19d842f6c70d5e0f1dd03d7e715 /src/pdumper.c
parent8f1d0295bcf5ff5b2899831a5705051bca366c0e (diff)
downloademacs-095ea821208b7470da98d95820653c8d527cd745.tar.gz
* src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflow
Diffstat (limited to 'src/pdumper.c')
-rw-r--r--src/pdumper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index 33cb804dbae..168027726c5 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -4040,6 +4040,8 @@ types. */)
if (!NILP (XCDR (Fall_threads ())))
error ("No other Lisp threads can be running when this function is called");
+ check_pure_size ();
+
/* Clear out any detritus in memory. */
do
{