mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.1033: tiny build fails because of conflicting typedef
Problem: Tiny build fails because of conflicting typedef. Solution: Remove one typedef.
This commit is contained in:
@@ -2077,10 +2077,10 @@ typedef struct
|
|||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
// dummy typedefs for use in function prototypes
|
// dummy typedefs for use in function prototypes
|
||||||
typedef struct
|
struct ufunc_S
|
||||||
{
|
{
|
||||||
int dummy;
|
int dummy;
|
||||||
} ufunc_T;
|
};
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
int dummy;
|
int dummy;
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1033,
|
||||||
/**/
|
/**/
|
||||||
1032,
|
1032,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user