Mercurial > vim
view src/msvc2010.bat @ 23378:8e956ea07bb2 v8.2.2232
patch 8.2.2232: compiler error for falling through into next case
Commit: https://github.com/vim/vim/commit/9618a25b9c054f0ee4e267d2db96b6e7c113ed7a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 27 19:18:03 2020 +0100
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
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 27 Dec 2020 19:30:03 +0100 |
parents | 71e066e10a47 |
children |
line wrap: on
line source
@echo off rem To be used on MS-Windows for Visual C++ 2010 Express Edition rem aka Microsoft Visual Studio 10.0. rem See INSTALLpc.txt for information. @echo on call "%VS100COMNTOOLS%vsvars32.bat"