Patch 9.0.1033

4 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 8, 2022, 11:10:35 AM12/8/22
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages