Patch 9.0.0800

3 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 19, 2022, 2:25:54 PM10/19/22
to vim...@googlegroups.com

Patch 9.0.0800
Problem: Compiler complains about repeated typedef.
Solution: Remove one typedef.
Files: src/sound.c


*** ../vim-9.0.0799/src/sound.c 2022-10-08 13:49:41.893378443 +0100
--- src/sound.c 2022-10-19 19:01:30.648337962 +0100
***************
*** 17,23 ****

static long sound_id = 0;

! typedef struct soundcb_S soundcb_T;

struct soundcb_S {
callback_T snd_callback;
--- 17,23 ----

static long sound_id = 0;

! // soundcb_T is typdef'ed in proto/sound.pro

struct soundcb_S {
callback_T snd_callback;
*** ../vim-9.0.0799/src/version.c 2022-10-19 18:04:45.787713555 +0100
--- src/version.c 2022-10-19 19:03:33.012367789 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 800,
/**/

--
Did Adam and Eve have navels?

/// 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