summaryrefslogtreecommitdiffstats
path: root/src/if_perl.xs
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-11-14 15:31:07 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-14 15:31:07 +0000
commit161b6ac04f257ab17779e9ba6f5b3e3e15d2a0fd (patch)
treef2d7046311159ccfdc94f337addac087d92478bf /src/if_perl.xs
parentdcbdd82d059a9b621e09f4447446a92ae2562e16 (diff)
patch 9.0.0880: preprocessor indenting is offv9.0.0880
Problem: Preprocessor indenting is off. Solution: Adjust preprocessor indentation. (Ken Takata, closes #11546)
Diffstat (limited to 'src/if_perl.xs')
-rw-r--r--src/if_perl.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_perl.xs b/src/if_perl.xs
index 08e0e02f32..34315be719 100644
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -147,7 +147,7 @@
// Suppress Infinite warnings when compiling XS modules under macOS 12 Monterey.
#if defined(__clang__) && defined(__clang_major__) && __clang_major__ > 11
-#pragma clang diagnostic ignored "-Wcompound-token-split-by-macro"
+# pragma clang diagnostic ignored "-Wcompound-token-split-by-macro"
#endif
/* Compatibility hacks over */