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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202009161342.08GDg0ZX2151335%40masaka.moolenaar.net.