forked from aniani/vim
patch 8.2.2232: compiler error for falling through into next case
Problem: Compiler error for falling through into next case. Solution: Move FALLTHROUGH below the #endif
This commit is contained in:
@@ -8653,9 +8653,8 @@ eval_vars(
|
||||
#ifdef FEAT_EVAL
|
||||
// "%%" alternate file
|
||||
off = 1;
|
||||
// FALLTHROUGH
|
||||
#endif
|
||||
|
||||
// FALLTHROUGH
|
||||
case SPEC_HASH: // '#' or "#99": alternate file
|
||||
if (off == 0 ? src[1] == '#' : src[2] == '%')
|
||||
{
|
||||
|
Reference in New Issue
Block a user