diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-12 16:10:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-12 16:10:51 +0100 |
commit | 2be7cb73f66cf69659195d9a8ad4beaa359f2865 (patch) | |
tree | 0e4212c3654d7e1b81e596eb7683e0d0e07672c9 /src/Make_cyg_ming.mak | |
parent | ea56e167c87352f07a77d3661425e336817a7141 (diff) | |
download | vim-git-2be7cb73f66cf69659195d9a8ad4beaa359f2865.tar.gz |
patch 8.1.0733: too many #ifdefs for the multi-byte featurev8.1.0733
Problem: Too many #ifdefs for the multi-byte feature.
Solution: Tentatively always enable the multi-byte feature. If you have a
problem with this, please discuss on the Vim maillist.
Diffstat (limited to 'src/Make_cyg_ming.mak')
-rw-r--r-- | src/Make_cyg_ming.mak | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak index 11ce0fc12..759e185bc 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak @@ -65,9 +65,6 @@ CROSS=no ICONV=yes GETTEXT=yes -# Set to yes to include multibyte support. -MBYTE=yes - # Set to yes to include IME support. IME=yes DYNAMIC_IME=yes @@ -911,10 +908,6 @@ OBJ += $(OUTDIR)/if_ole.o USE_STDCPLUS = yes endif -ifeq (yes, $(MBYTE)) -DEFINES += -DFEAT_MBYTE -endif - ifeq (yes, $(IME)) DEFINES += -DFEAT_MBYTE_IME ifeq (yes, $(DYNAMIC_IME)) |