emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7898568: * Put INLINE and ATTRIBUTE_NO_SANITIZE_UND


From: Alan Mackenzie
Subject: [Emacs-diffs] master 7898568: * Put INLINE and ATTRIBUTE_NO_SANITIZE_UNDEFINED into c-noise-macro-names
Date: Sun, 17 Feb 2019 13:38:59 -0500 (EST)

branch: master
commit 7898568bbb62acc6e6c44513a06ddf2b7b656c22
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    * 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.
---
 .dir-locals.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 96473a7..9cd3992 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]