]> git.eshelyaron.com Git - emacs.git/commit
Fix typos in recent attribute.h simplification
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 May 2020 07:48:48 +0000 (00:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 May 2020 07:51:24 +0000 (00:51 -0700)
commitdaab2d3a62ac8fb1c74987e614cee93dc79fab74
treefc99d947426af5724655edfd671a467430f7c7df
parent2db70edd9cc8b52cb32c97fe2ff0ae008f02a31c
Fix typos in recent attribute.h simplification

Problem reported by Andreas Schwab in:
https://lists.gnu.org/r/emacs-devel/2020-05/msg00650.html
* src/conf_post.h (HAS_ATTR_no_sanitize): Define to false in case
cpp is picky, fixing a longstanding glitch here.
(ATTRIBUTE_NO_SANITIZE_ADDRESS, ATTRIBUTE_NO_SANITIZE_UNDEFINED):
Use HAS_ATTRIBUTE, not __has_attribute.
src/conf_post.h