commit | acadbeabe1dafb314ae5fdba0432f313e55bb3a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 16:35:59 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 16:35:59 2016 +0200 |
tree | 412107f73050489ba95cac0bb3cdc40ea25d038d | |
parent | 0588d4f9d2741f35a271400a37fddbdd72d84219 [diff] [blame] |
patch 7.4.2140 Problem: Tiny build fails. Solution: Add dummy typedefs.
diff --git a/src/structs.h b/src/structs.h index 11f182a..a8b85f4 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1380,6 +1380,16 @@ dictitem_T *fd_di; /* Dictionary item used */ } funcdict_T; +#else +/* dummy typedefs for function prototypes */ +typedef struct +{ + int dummy; +} ufunc_T; +typedef struct +{ + int dummy; +} funcdict_T; #endif struct partial_S