summaryrefslogtreecommitdiffstats
path: root/src/Make_cyg_ming.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-12 16:10:51 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-12 16:10:51 +0100
commit2be7cb73f66cf69659195d9a8ad4beaa359f2865 (patch)
tree0e4212c3654d7e1b81e596eb7683e0d0e07672c9 /src/Make_cyg_ming.mak
parentea56e167c87352f07a77d3661425e336817a7141 (diff)
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.mak7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak
index 11ce0fc12f..759e185bca 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))