Dominique Pelle wrote:
> Function gui_mch_get_winpos(...) in vim/src/gui_mac.c ends
> with 2 consecutive return statements which is obviously wrong:
>
> 3291 int
> 3292 gui_mch_get_winpos(int *x, int *y)
> 3293 {
> ....
> 3305 return OK;
> 3306 return FAIL;
> 3307 }
>
> Fixed in attached patch.
Thanks, I'll include it.
--
In war we're tough and able.
Quite indefatigable
Between our quests
We sequin vests
And impersonate Clark Gable
It's a busy life in Camelot.
I have to push the pram a lot.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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