Mercurial > emacs
changeset 23171:79e077f57e7c
(allocate_heap): Define NTHEAP_PROBE_BASE by default.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Wed, 02 Sep 1998 05:25:38 +0000 |
parents | 63c9c2cc91b7 |
children | a47eab4fc085 |
files | src/w32heap.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32heap.c Wed Sep 02 04:51:42 1998 +0000 +++ b/src/w32heap.c Wed Sep 02 05:25:38 1998 +0000 @@ -157,7 +157,8 @@ unsigned long end = 1 << VALBITS; /* 256MB */ void *ptr = NULL; -#if NTHEAP_PROBE_BASE /* This is never normally defined */ +#define NTHEAP_PROBE_BASE 1 +#if NTHEAP_PROBE_BASE /* Try various addresses looking for one the kernel will let us have. */ while (!ptr && (base < end)) {