Patch 9.0.1033
Problem: Tiny build fails because of conflicting typedef.
Solution: Remove one typedef.
Files: src/structs.h
*** ../vim-9.0.1032/src/structs.h 2022-12-08 15:32:11.083034191 +0000
--- src/structs.h 2022-12-08 16:08:24.916786903 +0000
***************
*** 2077,2086 ****
# endif
#else
// dummy typedefs for use in function prototypes
! typedef struct
{
int dummy;
! } ufunc_T;
typedef struct
{
int dummy;
--- 2077,2086 ----
# endif
#else
// dummy typedefs for use in function prototypes
! struct ufunc_S
{
int dummy;
! };
typedef struct
{
int dummy;
*** ../vim-9.0.1032/src/version.c 2022-12-08 15:44:19.456975360 +0000
--- src/version.c 2022-12-08 16:09:34.292636171 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1033,
/**/
--
hundred-and-one symptoms of being an internet addict:
267. You get an extra phone line so you can get phone calls.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20221208161028.5C7001C0678%40moolenaar.net.