summaryrefslogtreecommitdiff
path: root/src/alloc.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/alloc.c
parent8f1d0295bcf5ff5b2899831a5705051bca366c0e (diff)
downloademacs-095ea821208b7470da98d95820653c8d527cd745.tar.gz
* src/pdumper.c (Fdump_emacs_portable): Check and warn for pure space overflow
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 6e166d00d5b..2ffee9f729d 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5355,9 +5355,6 @@ pure_alloc (size_t size, int type)
goto again;
}
-
-#ifdef HAVE_UNEXEC
-
/* Print a warning if PURESIZE is too small. */
void
@@ -5368,8 +5365,6 @@ check_pure_size (void)
" bytes needed)"),
pure_bytes_used + pure_bytes_used_before_overflow);
}
-#endif
-
/* Find the byte sequence {DATA[0], ..., DATA[NBYTES-1], '\0'} from
the non-Lisp data pool of the pure storage, and return its start