From: Po Lu Date: Tue, 22 Aug 2023 09:53:40 +0000 (+0800) Subject: ; Add another noise macro X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ab90effbe5dbda01a934c3d8eaccf4aa835b60d;p=emacs.git ; Add another noise macro * .dir-locals.el (c-mode) : Classify TEST_STATIC as a noise macro. --- diff --git a/.dir-locals.el b/.dir-locals.el index f0f12db6717..e087aa89cd1 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -12,7 +12,7 @@ (c-mode . ((c-file-style . "GNU") (c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK" "ATTRIBUTE_MALLOC" - "ATTRIBUTE_DEALLOC_FREE" "ANDROID_EXPORT")) + "ATTRIBUTE_DEALLOC_FREE" "ANDROID_EXPORT" "TEST_STATIC")) (electric-quote-comment . nil) (electric-quote-string . nil) (indent-tabs-mode . t)