To: vim-dev@vim.org Subject: Patch 6.1.445 (extra) Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.445 (extra) Problem: DJGPP: get warning for argument of putenv() Solution: Define HAVE_PUTENV to use DJGPP's putenv(). (Walter Briscoe) Files: src/os_msdos.h *** ../vim61.444/src/os_msdos.h Sun Aug 5 18:18:34 2001 --- src/os_msdos.h Fri Apr 4 10:29:35 2003 *************** *** 21,26 **** --- 21,27 ---- # include /* defines _USE_LFN */ # define USE_LONG_FNAME _USE_LFN /* decide at run time */ # define USE_FNAME_CASE + # define HAVE_PUTENV #else # define SHORT_FNAME /* always 8.3 file name */ #endif *** ../vim61.444/src/version.c Sun Apr 6 15:00:45 2003 --- src/version.c Sun Apr 6 15:03:06 2003 *************** *** 613,614 **** --- 613,616 ---- { /* Add new patch number below this line */ + /**/ + 445, /**/ -- Michael: There is no such thing as a dump question. Bernard: Sure there is. For example "what is a core dump?" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///