diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-20 22:17:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-20 22:17:05 +0100 |
commit | e89ff0472bc33779583d48e8d38a5e794d05613a (patch) | |
tree | cbd3bdeaf7114fb086a895bc3bf83e6619ea3346 /src/ex_cmds.h | |
parent | af7559f66603075e9b4d39d873b2161ea3ec8492 (diff) | |
download | vim-e89ff0472bc33779583d48e8d38a5e794d05613a.zip |
patch 7.4.1375
Problem: Still some Win16 code.
Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 89f84ede0..fa268243e 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -93,11 +93,7 @@ static struct cmdname ex_func_T cmd_func; /* function for this command */ long_u cmd_argt; /* flags declared above */ int cmd_addr_type; /* flag for address type */ -} -# if defined(FEAT_GUI_W16) -_far -# endif -cmdnames[] = +} cmdnames[] = #else # define EX(a, b, c, d, e) a enum CMD_index |