1
0
forked from aniani/vim

patch 9.0.0800: compiler complains about repeated typedef

Problem:    Compiler complains about repeated typedef.
Solution:   Remove one typedef.
This commit is contained in:
Bram Moolenaar 2022-10-19 19:24:48 +01:00
parent d0fbb41eaa
commit d505c8220d
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
800,
/**/
799,
/**/