1
0
forked from aniani/vim

patch 7.4.1133

Problem:    Generated function prototypes still have __ARGS().
Solution:   Generate function prototypes without __ARGS().
This commit is contained in:
Bram Moolenaar
2016-01-19 13:22:12 +01:00
parent 99dbe291f5
commit ef26954a35
82 changed files with 3087 additions and 3084 deletions

View File

@@ -189,7 +189,7 @@ static void ruby_vim_init(void);
#endif
#if defined(DYNAMIC_RUBY) || defined(PROTO)
# ifdef PROTO
# if defined(PROTO) && !defined(HINSTANCE)
# define HINSTANCE int /* for generating prototypes */
# endif