mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.2.425
Problem: Some compilers complain about fourth EX() argument. Solution: Add cast to long_u.
This commit is contained in:
@@ -74,7 +74,7 @@ typedef struct exarg exarg_T;
|
|||||||
# undef EX /* just in case */
|
# undef EX /* just in case */
|
||||||
#endif
|
#endif
|
||||||
#ifdef DO_DECLARE_EXCMD
|
#ifdef DO_DECLARE_EXCMD
|
||||||
# define EX(a, b, c, d) {(char_u *)b, c, d}
|
# define EX(a, b, c, d) {(char_u *)b, c, (long_u)(d)}
|
||||||
|
|
||||||
typedef void (*ex_func_T) __ARGS((exarg_T *eap));
|
typedef void (*ex_func_T) __ARGS((exarg_T *eap));
|
||||||
|
|
||||||
|
@@ -681,6 +681,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
425,
|
||||||
/**/
|
/**/
|
||||||
424,
|
424,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user