From f8c11b5a92e78801d71e88cb4ac419e02d85953f Mon Sep 17 00:00:00 2001 From: Alan Mackenzie <acm@muc.de> Date: Sat, 12 Nov 2022 15:30:38 +0000 Subject: [PATCH] .dir-locals.el (C entry). Add NO_INLINE to c-noise-macro-names --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5