From: Alan Mackenzie Date: Sat, 12 Nov 2022 15:30:38 +0000 (+0000) Subject: .dir-locals.el (C entry). Add NO_INLINE to c-noise-macro-names X-Git-Tag: emacs-29.0.90~1616^2~181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8c11b5a92e78801d71e88cb4ac419e02d85953f;p=emacs.git .dir-locals.el (C entry). Add NO_INLINE to c-noise-macro-names --- 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)