diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 33030cb8660..d2ae0262171 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2015-01-08 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2015-01-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port new Lisp symbol init to x86 --with-wide-int | ||
| 4 | * lisp.h (DEFINE_LISP_SYMBOL_BEGIN, DEFINE_LISP_SYMBOL_END): | ||
| 5 | Define to empty on platforms where EMACS_INT_MAX != INTPTR_MAX, as | ||
| 6 | GCC (at least) does not allow a constant initializer to widen an | ||
| 7 | address constant. | ||
| 8 | |||
| 3 | * lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL. | 9 | * lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL. |
| 4 | This is a followup to the "Port Qnil==0 XUNTAG to clang" patch. | 10 | This is a followup to the "Port Qnil==0 XUNTAG to clang" patch. |
| 5 | Although clang doesn't need it, some other compiler might, and | 11 | Although clang doesn't need it, some other compiler might, and |