forked from aniani/vim
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
|
||||
#else
|
||||
// dummy typedefs for use in function prototypes
|
||||
typedef struct
|
||||
struct ufunc_S
|
||||
{
|
||||
int dummy;
|
||||
} ufunc_T;
|
||||
};
|
||||
typedef struct
|
||||
{
|
||||
int dummy;
|
||||
|
Reference in New Issue
Block a user