commit | 48e330aff911be1c798c88a973af6437a8141fce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 14:53:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 14:53:34 2016 +0100 |
tree | 4945b46753c6220ae5e8cd406d139e5640bd39c4 | |
parent | 4e221c99e85ed40c98892068a01270b9e7492d98 [diff] [blame] |
patch 7.4.1399 Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index e105fa0..ec20daa 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -4256,8 +4256,7 @@ { char_u *loc; - /* Obtain the locale value from the libraries. For DJGPP this is - * redefined and it doesn't use the arguments. */ + /* Obtain the locale value from the libraries. */ loc = (char_u *)setlocale(what, NULL); # ifdef WIN32