aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-07 23:39:56 -0800
committerPaul Eggert2015-01-07 23:40:20 -0800
commit206333ee300408e24bca860287efba11326a990d (patch)
tree36292bc82e381944e188e43841bebaecade39a99 /src/ChangeLog
parentce5c361c14c3fd5c06d48aa1c4bfa05c47c249f0 (diff)
downloademacs-206333ee300408e24bca860287efba11326a990d.tar.gz
emacs-206333ee300408e24bca860287efba11326a990d.zip
* lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL.
This is a followup to the "Port Qnil==0 XUNTAG to clang" patch. Although clang doesn't need it, some other compiler might, and it's easy enough to be safe.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a98555cc9c..33030cb8660 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12015-01-08 Paul Eggert <eggert@cs.ucla.edu> 12015-01-08 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL.
4 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
6 it's easy enough to be safe.
7
3 * conf_post.h (ATTRIBUTE_ALLOC_SIZE): Port to clang 3.5.0. 8 * conf_post.h (ATTRIBUTE_ALLOC_SIZE): Port to clang 3.5.0.
4 Apparently clang removed support for the alloc_size attribute. 9 Apparently clang removed support for the alloc_size attribute.
5 10