commit | d90b6c02e2900576fb37d95b5e4f4a32b2d7383f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 18:10:45 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 18:10:45 2016 +0200 |
tree | bc0866d58541b5092f91fef70d0030eda0b0756e | |
parent | f4145d8e990a72bdfea9db3110a7e42a0ff4240c [diff] [blame] |
patch 7.4.2285 Problem: Generated files are outdated. Solution: Generate the files. Avoid errors when generating prototypes.
diff --git a/src/os_mac_conv.c b/src/os_mac_conv.c index 9d8a6cf..5fdec88 100644 --- a/src/os_mac_conv.c +++ b/src/os_mac_conv.c
@@ -14,7 +14,7 @@ */ #define NO_X11_INCLUDES -#define BalloonEval int /* used in header files */ +typedef int BalloonEval; /* used in header files */ #include "vim.h"