aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2014-06-03 10:28:07 +0300
committerEli Zaretskii <[email protected]>2014-06-03 10:28:07 +0300
commit89b362029282eff2b709e3a64e8e4ec3bc673676 (patch)
tree8e76bb48f6720e0be50d0fa33054081c5be5d631 /ChangeLog
parent0031c9530d24fb25d8bdcadaf7457b7dee51da0c (diff)
Define the size of dumped data for MS-Windows locally on w32heap.c.
configure.ac (C_HEAP_SWITCH): Remove. src/w32heap.c (DUMPED_HEAP_SIZE): Move from w32heap.h. Don't use HEAPSIZE; instead, define separate values for the 32- and 64-bit builds. src/Makefile.in (C_HEAP_SWITCH): Remove. (ALL_CFLAGS): Don't use $(C_HEAP_SWITCH).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e437bd7b35..a3d9e0e472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-03 Eli Zaretskii <[email protected]>
+
+ * configure.ac (C_HEAP_SWITCH): Remove.
+
2014-06-02 Paul Eggert <[email protected]>
Fix port to 32-bit AIX with xlc (Bug#17598).