mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.0880: preprocessor indenting is off
Problem: Preprocessor indenting is off. Solution: Adjust preprocessor indentation. (Ken Takata, closes #11546)
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user