aboutsummaryrefslogtreecommitdiffstats
path: root/src/vm-limit.c
diff options
context:
space:
mode:
authorPaul Eggert2016-09-17 15:06:24 -0700
committerPaul Eggert2016-09-17 15:06:55 -0700
commit7fa96cb5ef8c8464496688e88c1b97211a820d79 (patch)
tree814cf1e0895816541281b3fd5a6b29c52e9689ed /src/vm-limit.c
parent7cd3d85013896dc4160f70228fc198c65a42b2e2 (diff)
downloademacs-7fa96cb5ef8c8464496688e88c1b97211a820d79.tar.gz
emacs-7fa96cb5ef8c8464496688e88c1b97211a820d79.zip
Port January __morecore changes to AIX 7.1
* src/vm-limit.c (__MALLOC_HOOK_VOLATILE, __morecore) (__after_morecore_hook): * src/ralloc.c (__morecore): Declare if DOUG_LEA_MALLOC is not defined, not if HAVE_MALLOC_H is not defined. <malloc.h> does not declare these in AIX 7.1.
Diffstat (limited to 'src/vm-limit.c')
-rw-r--r--src/vm-limit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm-limit.c b/src/vm-limit.c
index 58e7729186c..d53eecae3d3 100644
--- a/src/vm-limit.c
+++ b/src/vm-limit.c
@@ -54,7 +54,7 @@ char data_start[1] = { 1 };
54#ifdef HAVE_MALLOC_H 54#ifdef HAVE_MALLOC_H
55# include <malloc.h> 55# include <malloc.h>
56#endif 56#endif
57#ifndef HAVE_MALLOC_H 57#ifndef DOUG_LEA_MALLOC
58# ifndef __MALLOC_HOOK_VOLATILE 58# ifndef __MALLOC_HOOK_VOLATILE
59# define __MALLOC_HOOK_VOLATILE volatile 59# define __MALLOC_HOOK_VOLATILE volatile
60# endif 60# endif