diff --git a/src/sema_manager.cc b/src/sema_manager.cc index fb4510c6..f5228854 100644 --- a/src/sema_manager.cc +++ b/src/sema_manager.cc @@ -405,7 +405,7 @@ void buildPreamble(Session &session, CompilerInvocation &ci, CclsPreambleCallbacks pc; if (auto newPreamble = PrecompiledPreamble::Build(ci, buf.get(), bounds, *de, fs, session.pch, true, - #if CINDEX_VERSION_MAJOR >= 0 && CINDEX_VERSION_MINOR > 63 + #if CINDEX_VERSION_MAJOR > 0 || CINDEX_VERSION_MINOR > 63 "", #endif pc)) {