]> git.eshelyaron.com Git - emacs.git/commitdiff
* Put INLINE and ATTRIBUTE_NO_SANITIZE_UNDEFINED into c-noise-macro-names
authorAlan Mackenzie <acm@muc.de>
Sun, 17 Feb 2019 18:33:54 +0000 (18:33 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 17 Feb 2019 18:33:54 +0000 (18:33 +0000)
* .dir-locals (entry for c-mode): Put the two strings into
c-noise-macro-names.

.dir-locals.el

index 96473a7086df8f62c6868768ffebbe84721e86bc..9cd39920c236fb4ec823d787a08a85d1d003adee 100644 (file)
@@ -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")