diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-12 11:26:06 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-12 11:28:05 -0800 |
commit | 52afe0cfa248053c96e26bc67bdc427945358655 (patch) | |
tree | 0c896237d5a9d2bad10176a537358aa6cad3f542 /src/ChangeLog | |
parent | cc59a3e577cf54dfa085bba2da8840b2e6cdf7e7 (diff) | |
download | emacs-52afe0cfa248053c96e26bc67bdc427945358655.tar.gz |
Port to 32-bit MingGW --with-wide-int
Problem reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00265.html
* lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches
what we think it is, rather than checking only its alignment (and
doing so incorrectly on MinGW).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 32f17e1a863..252dfd33620 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2015-01-12 Paul Eggert <eggert@cs.ucla.edu> + + Port to 32-bit MingGW --with-wide-int + Problem reported by Eli Zaretskii in: + http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00265.html + * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches + what we think it is, rather than checking only its alignment (and + doing so incorrectly on MinGW). + 2015-01-12 Dmitry Antipov <dmantipov@yandex.ru> * fileio.c (Ffile_name_as_directory, Fdirectory_file_name): |