To: vim-dev@vim.org Subject: Patch 6.1.336 (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.336 (extra) Problem: Warning for use of function prototypes of smsg(). Solution: Define HAVE_STDARG_H. (Walter Briscoe) Files: src/os_win32.h *** ../vim61.335/src/os_win32.h Fri Mar 15 19:27:13 2002 --- src/os_win32.h Sun Feb 9 19:46:29 2003 *************** *** 38,43 **** --- 38,46 ---- #ifndef HAVE_FCNTL_H # define HAVE_FCNTL_H #endif + #ifndef HAVE_STDARG_H + # define HAVE_STDARG_H + #endif #define HAVE_QSORT #define HAVE_ST_MODE /* have stat.st_mode */ *** ../vim61.335/src/version.c Sun Feb 16 22:45:23 2003 --- src/version.c Sun Feb 16 22:46:51 2003 *************** *** 608,609 **** --- 612,615 ---- { /* Add new patch number below this line */ + /**/ + 336, /**/ -- We're knights of the Round Table Our shows are formidable But many times We're given rhymes That are quite unsingable We're opera mad in Camelot We sing from the diaphragm a lot. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///