vim-patch:8.2.4773: build failure without the +eval feature

Problem:    Build failure without the +eval feature.
Solution:   Use other error message.  Avoid warnings.

a9549c9e8f

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
Jan Edmund Lazo
2025-10-12 23:52:35 -04:00
parent 24675ffa97
commit e96c61d92d

View File

@@ -559,7 +559,7 @@ static int cin_isdefault(const char *s)
&& s[1] != ':'; && s[1] != ':';
} }
/// Recognize a scope declaration label set in 'cinscopedecls'. /// Recognize a scope declaration label from the 'cinscopedecls' option.
static bool cin_isscopedecl(const char *p) static bool cin_isscopedecl(const char *p)
{ {
const char *s = cin_skipcomment(p); const char *s = cin_skipcomment(p);