To: vim_dev@googlegroups.com Subject: Patch 9.0.0800 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///