To: vim_dev@googlegroups.com Subject: Patch 8.2.1692 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1692 Problem: Build fails because TTFLAG_STATIC is missing. Solution: Include missing change. Files: src/structs.h *** ../vim-8.2.1691/src/structs.h 2020-09-09 22:27:55.425537078 +0200 --- src/structs.h 2020-09-16 12:16:00.284855937 +0200 *************** *** 1374,1379 **** --- 1374,1380 ---- #define TTFLAG_VARARGS 1 // func args ends with "..." #define TTFLAG_OPTARG 2 // func arg type with "?" #define TTFLAG_BOOL_OK 4 // can be converted to bool + #define TTFLAG_STATIC 8 // one of the static types, e.g. t_any /* * Structure to hold an internal variable without a name. *** ../vim-8.2.1691/src/version.c 2020-09-16 15:21:56.358720340 +0200 --- src/version.c 2020-09-16 15:35:50.431568860 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1692, /**/ -- Every time I lose weight, it finds me again! /// 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 ///