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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user