To: vim_dev@googlegroups.com Subject: Patch 9.0.1033 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1033 Problem: Tiny build fails because of conflicting typedef. Solution: Remove one typedef. Files: src/structs.h *** ../vim-9.0.1032/src/structs.h 2022-12-08 15:32:11.083034191 +0000 --- src/structs.h 2022-12-08 16:08:24.916786903 +0000 *************** *** 2077,2086 **** # endif #else // dummy typedefs for use in function prototypes ! typedef struct { int dummy; ! } ufunc_T; typedef struct { int dummy; --- 2077,2086 ---- # endif #else // dummy typedefs for use in function prototypes ! struct ufunc_S { int dummy; ! }; typedef struct { int dummy; *** ../vim-9.0.1032/src/version.c 2022-12-08 15:44:19.456975360 +0000 --- src/version.c 2022-12-08 16:09:34.292636171 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1033, /**/ -- hundred-and-one symptoms of being an internet addict: 267. You get an extra phone line so you can get phone calls. /// 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 ///