aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-07-27 12:24:34 +0300
committerEli Zaretskii2012-07-27 12:24:34 +0300
commit3438fe218c77633ee2c5f106e3a335f906347247 (patch)
tree4b7cfbb14dbf83c94541eb4b69b673bc6ec73099 /src/ChangeLog
parent0000d0d54bb9cbc835172d9f5f8ff7595786af62 (diff)
downloademacs-3438fe218c77633ee2c5f106e3a335f906347247.tar.gz
emacs-3438fe218c77633ee2c5f106e3a335f906347247.zip
Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yandex.ru.
src/lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for enumeration constants, as PURE and HEAP are too general, and clash with other headers and sources, such as gmalloc.c and the MS-Windows system headers. All users changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 93697303cbb..54b34eb5c00 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-07-27 Eli Zaretskii <eliz@gnu.org>
2
3 * lisp.h (enum constype): Use CONSTYPE_HEAP and CONSTYPE_PURE for
4 enumeration constants, as PURE and HEAP are too general, and clash
5 with other headers and sources, such as gmalloc.c and the
6 MS-Windows system headers. All users changed.
7
12012-07-27 Dmitry Antipov <dmantipov@yandex.ru> 82012-07-27 Dmitry Antipov <dmantipov@yandex.ru>
2 9
3 Revert last save_excursion_save and save_excursion_restore changes. 10 Revert last save_excursion_save and save_excursion_restore changes.