diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32heap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index c0a17551d27..a65ca2df466 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -219,9 +219,9 @@ init_heap (void) | |||
| 219 | unsigned long enable_lfh = 2; | 219 | unsigned long enable_lfh = 2; |
| 220 | 220 | ||
| 221 | /* After dumping, use a new private heap. We explicitly enable | 221 | /* After dumping, use a new private heap. We explicitly enable |
| 222 | the low fragmentation heap here, for the sake of pre Vista | 222 | the low fragmentation heap (LFH) here, for the sake of pre |
| 223 | versions. Note: this will harnlessly fail on Vista and | 223 | Vista versions. Note: this will harmlessly fail on Vista and |
| 224 | later, whyere the low fragmentation heap is enabled by | 224 | later, where the low-fragmentation heap is enabled by |
| 225 | default. It will also fail on pre-Vista versions when Emacs | 225 | default. It will also fail on pre-Vista versions when Emacs |
| 226 | is run under a debugger; set _NO_DEBUG_HEAP=1 in the | 226 | is run under a debugger; set _NO_DEBUG_HEAP=1 in the |
| 227 | environment before starting GDB to get low fragmentation heap | 227 | environment before starting GDB to get low fragmentation heap |