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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221019182539.BED291C05C7%40moolenaar.net.