mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.0800: compiler complains about repeated typedef
Problem: Compiler complains about repeated typedef. Solution: Remove one typedef.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
static long sound_id = 0;
|
||||
|
||||
typedef struct soundcb_S soundcb_T;
|
||||
// soundcb_T is typdef'ed in proto/sound.pro
|
||||
|
||||
struct soundcb_S {
|
||||
callback_T snd_callback;
|
||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
800,
|
||||
/**/
|
||||
799,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user