summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2022-11-12 15:30:38 +0000
committerAlan Mackenzie <acm@muc.de>2022-11-12 15:30:38 +0000
commitf8c11b5a92e78801d71e88cb4ac419e02d85953f (patch)
tree06e9a2ddf9688f299b4a86d254a1b839bf70c956 /.dir-locals.el
parente7614cc9ac18995ef8ac353096a5c13e8cebddc9 (diff)
downloademacs-f8c11b5a92e78801d71e88cb4ac419e02d85953f.tar.gz
.dir-locals.el (C entry). Add NO_INLINE to c-noise-macro-names
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index f7c73031cc8..a85769b5342 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -9,7 +9,8 @@
(bug-reference-url-format . "https://debbugs.gnu.org/%s")
(diff-add-log-use-relative-names . t)))
(c-mode . ((c-file-style . "GNU")
- (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
+ (c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED"
+ "UNINIT" "CALLBACK" "ALIGN_STACK"))
(electric-quote-comment . nil)
(electric-quote-string . nil)
(indent-tabs-mode . t)