diff options
| author | Eli Zaretskii | 2014-06-03 13:01:08 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-03 13:01:08 +0300 |
| commit | 221e0a20f60027c6e393166b7b3d18e01d704fa3 (patch) | |
| tree | a7bb419d93c248edd25a94faee9513362b761e7f /src/ChangeLog | |
| parent | 5830a2929414675f29542ba71a88ade4e55d2a6b (diff) | |
| download | emacs-221e0a20f60027c6e393166b7b3d18e01d704fa3.tar.gz emacs-221e0a20f60027c6e393166b7b3d18e01d704fa3.zip | |
More minor cleanups in src/w32heap.c.
src/w32heap.c (calloc): Don't undef, it is never defined.
(HEAP_ENTRY_SHIFT): Remove unused macro.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f0ea2885b8c..d099ca757bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * w32heap.c (DUMPED_HEAP_SIZE): Move from w32heap.h. Don't use | 3 | * w32heap.c (DUMPED_HEAP_SIZE): Move from w32heap.h. Don't use |
| 4 | HEAPSIZE; instead, define separate values for the 32- and 64-bit | 4 | HEAPSIZE; instead, define separate values for the 32- and 64-bit |
| 5 | builds. | 5 | builds. |
| 6 | (calloc): Don't undef, it is never defined. | ||
| 7 | (HEAP_ENTRY_SHIFT): Remove unused macro. | ||
| 6 | 8 | ||
| 7 | * Makefile.in (C_HEAP_SWITCH): Remove. | 9 | * Makefile.in (C_HEAP_SWITCH): Remove. |
| 8 | (ALL_CFLAGS): Don't use $(C_HEAP_SWITCH). | 10 | (ALL_CFLAGS): Don't use $(C_HEAP_SWITCH). |