summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-23 14:53:34 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-23 14:53:34 +0100
commit48e330aff911be1c798c88a973af6437a8141fce (patch)
tree4945b46753c6220ae5e8cd406d139e5640bd39c4 /src/ex_cmds.c
parent4e221c99e85ed40c98892068a01270b9e7492d98 (diff)
patch 7.4.1399v7.4.1399
Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 78d9f95613..a2186b2b61 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -1925,14 +1925,10 @@ write_viminfo(char_u *file, int forceit)
#ifdef UNIX
shortname,
#else
-# ifdef SHORT_FNAME
- TRUE,
-# else
-# ifdef FEAT_GUI_W32
+# ifdef FEAT_GUI_W32
gui_is_win32s(),
-# else
+# else
FALSE,
-# endif
# endif
#endif
fname,