]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1621: FILETYPE_FILE is defined to the same value multiple times v9.0.1621
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Jun 2023 21:16:23 +0000 (22:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Jun 2023 21:16:23 +0000 (22:16 +0100)
commitc81dfaa69ceec9f6b88caf1dcdf2f859d4fcae47
tree90f3e5f122383bb88a1be4415d1458c5e020ad24
parent19548c6a742d954ecd0b50b0680c37cc6ced7473
patch 9.0.1621: FILETYPE_FILE is defined to the same value multiple times

Problem:    FILETYPE_FILE is defined to the same value multiple times.  Same
            for a few similar macros.
Solution:   Define FILETYPE_FILE and others in feature.h only
src/feature.h
src/os_amiga.h
src/os_dos.h
src/os_mac.h
src/os_unix.h
src/version.c