summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2019-02-17 18:33:54 +0000
committerAlan Mackenzie <acm@muc.de>2019-02-17 18:33:54 +0000
commit7898568bbb62acc6e6c44513a06ddf2b7b656c22 (patch)
tree99a474bc1d73515de1cc47a3cfb65dbb27711ae9
parent5c158d1320c55ce7fcb01532ad9911f89930ba81 (diff)
downloademacs-7898568bbb62acc6e6c44513a06ddf2b7b656c22.tar.gz
* Put INLINE and ATTRIBUTE_NO_SANITIZE_UNDEFINED into c-noise-macro-names
* .dir-locals (entry for c-mode): Put the two strings into c-noise-macro-names.
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 96473a7086d..9cd39920c23 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,7 +2,7 @@
(sentence-end-double-space . t)
(fill-column . 70)))
(c-mode . ((c-file-style . "GNU")
- (c-noise-macro-names . ("UNINIT" "CALLBACK" "ALIGN_STACK"))
+ (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
(electric-quote-comment . nil)
(electric-quote-string . nil)))
(objc-mode . ((c-file-style . "GNU")