To: vim_dev@googlegroups.com Subject: Patch 7.4.2114 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2114 Problem: Tiny build fails. Solution: Always include vim_time(). Files: src/ex_cmds.c *** ../vim-7.4.2113/src/ex_cmds.c 2016-07-26 22:02:50.143766373 +0200 --- src/ex_cmds.c 2016-07-29 17:03:09.887709173 +0200 *************** *** 2867,2873 **** } #endif /* FEAT_VIMINFO */ - #if defined(FEAT_CMDHIST) || defined(FEAT_VIMINFO) || defined(PROTO) /* * Return the current time in seconds. Calls time(), unless test_settime() * was used. --- 2867,2872 ---- *************** *** 2881,2887 **** return time(NULL); # endif } - #endif /* * Implementation of ":fixdel", also used by get_stty(). --- 2880,2885 ---- *** ../vim-7.4.2113/src/version.c 2016-07-29 16:15:13.038677979 +0200 --- src/version.c 2016-07-29 17:03:01.699785626 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2114, /**/ -- Kisses may last for as much as, but no more than, five minutes. [real standing law in Iowa, United States of America] /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///