* 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.
This commit is contained in:
parent
5c158d1320
commit
7898568bbb
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue