KF Leong wrote:
> On Saturday, April 12, 2014 6:49:32 AM UTC+8, [email protected] wrote:
> > Comment #1 on issue 216 by [email protected]: Syntax error in src/ops.c
> >
> > after 7.4.242?
> >
> > http://code.google.com/p/vim/issues/detail?id=216
> >
> >
> >
> > It is still broken for 7.4.256 :/ Is there really no solution? I have
> >
> > no idea where the syntax error is coming from..
>
> Probably mismatch parameter name in the prototype and definition?
>
> diff --git a/src/ops.c b/src/ops.c
> --- a/src/ops.c
> +++ b/src/ops.c
> @@ -113,7 +113,7 @@
> #endif
> static void block_prep __ARGS((oparg_T *oap, struct block_def *, linenr_T,
> int));
> #if defined(FEAT_CLIPBOARD) || defined(FEAT_EVAL)
> -static void str_to_reg __ARGS((struct yankreg *y_ptr, int type, char_u
> *str, long len, long blocklen, int str_list));
> +static void str_to_reg __ARGS((struct yankreg *y_ptr, int yank_type, char_u
> *str, long len, long blocklen, int str_list));
> #endif
> static int ends_in_white __ARGS((linenr_T lnum));
> #ifdef FEAT_COMMENTS
It should not matter, but I've send a patch out for it anyway.
--
hundred-and-one symptoms of being an internet addict:
48. You get a tatoo that says "This body best viewed with Netscape 3.1 or
higher."
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.