]> granicus.if.org Git - vim/commit
patch 8.2.4232: some compilers don't like a goto label without statement v8.2.4232
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Jan 2022 17:37:41 +0000 (17:37 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Jan 2022 17:37:41 +0000 (17:37 +0000)
commit98cd30383a378eb5f2dbf1b4e887fa17b5494a64
tree6da9518ea271532d511bd1a8200ea4a4f902a1dd
parent35c807df1f5774f09612d756ddc3cd5c44eacaca
patch 8.2.4232: some compilers don't like a goto label without statement

Problem:    Some compilers don't like a goto label without statement.
Solution:   Return instead of using a goto.
src/list.c
src/version.c