commit | 83c43ab319f4c4a9d03c65648b4f0df4298a7f93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 16:10:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 08 16:10:01 2022 +0000 |
tree | be39b849aa20ee716d5e03e6e47dd09df03f8309 | |
parent | b9603f6498e5637e111bd1dca0eab88c8dd0f99b [diff] [blame] |
patch 9.0.1033: tiny build fails because of conflicting typedef Problem: Tiny build fails because of conflicting typedef. Solution: Remove one typedef.
diff --git a/src/structs.h b/src/structs.h index f7ae16b..0fb57f4 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -2077,10 +2077,10 @@ # endif #else // dummy typedefs for use in function prototypes -typedef struct +struct ufunc_S { int dummy; -} ufunc_T; +}; typedef struct { int dummy;