From: Alan Mackenzie Date: Sun, 17 Feb 2019 18:33:54 +0000 (+0000) Subject: * Put INLINE and ATTRIBUTE_NO_SANITIZE_UNDEFINED into c-noise-macro-names X-Git-Tag: emacs-27.0.90~3593 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7898568bbb62acc6e6c44513a06ddf2b7b656c22;p=emacs.git * 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. --- 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")