aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
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).