|
Karsten Hopp |
7cbeb9 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
7cbeb9 |
Subject: Patch 7.3.474
|
|
Karsten Hopp |
7cbeb9 |
Fcc: outbox
|
|
Karsten Hopp |
7cbeb9 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
7cbeb9 |
Mime-Version: 1.0
|
|
Karsten Hopp |
7cbeb9 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
7cbeb9 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
7cbeb9 |
------------
|
|
Karsten Hopp |
7cbeb9 |
|
|
Karsten Hopp |
7cbeb9 |
Patch 7.3.474
|
|
Karsten Hopp |
7cbeb9 |
Problem: Perl build with gcc 4 fails.
|
|
Karsten Hopp |
7cbeb9 |
Solution: Remove XS() statements. (Yasuhiro Matsumoto)
|
|
Karsten Hopp |
7cbeb9 |
Files: src/if_perl.xs
|
|
Karsten Hopp |
7cbeb9 |
|
|
Karsten Hopp |
7cbeb9 |
|
|
Karsten Hopp |
7cbeb9 |
*** ../vim-7.3.473/src/if_perl.xs 2012-02-12 00:31:47.000000000 +0100
|
|
Karsten Hopp |
7cbeb9 |
--- src/if_perl.xs 2012-03-16 19:33:23.000000000 +0100
|
|
Karsten Hopp |
7cbeb9 |
***************
|
|
Karsten Hopp |
7cbeb9 |
*** 913,936 ****
|
|
Karsten Hopp |
7cbeb9 |
win_T *win_find_nr(int n) { return curwin; }
|
|
Karsten Hopp |
7cbeb9 |
#endif
|
|
Karsten Hopp |
7cbeb9 |
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIM_Msg);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIM_SetOption);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIM_DoCommand);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIM_Eval);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIM_Buffers);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIM_Windows);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIWIN_DESTROY);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIWIN_Buffer);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIWIN_SetHeight);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIWIN_Cursor);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIBUF_DESTROY);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIBUF_Name);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIBUF_Number);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIBUF_Count);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIBUF_Get);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIBUF_Set);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIBUF_Delete);
|
|
Karsten Hopp |
7cbeb9 |
- XS(XS_VIBUF_Append);
|
|
Karsten Hopp |
7cbeb9 |
XS(boot_VIM);
|
|
Karsten Hopp |
7cbeb9 |
|
|
Karsten Hopp |
7cbeb9 |
static void
|
|
Karsten Hopp |
7cbeb9 |
--- 913,918 ----
|
|
Karsten Hopp |
7cbeb9 |
*** ../vim-7.3.473/src/version.c 2012-03-16 19:24:21.000000000 +0100
|
|
Karsten Hopp |
7cbeb9 |
--- src/version.c 2012-03-16 19:28:03.000000000 +0100
|
|
Karsten Hopp |
7cbeb9 |
***************
|
|
Karsten Hopp |
7cbeb9 |
*** 716,717 ****
|
|
Karsten Hopp |
7cbeb9 |
--- 716,719 ----
|
|
Karsten Hopp |
7cbeb9 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
7cbeb9 |
+ /**/
|
|
Karsten Hopp |
7cbeb9 |
+ 474,
|
|
Karsten Hopp |
7cbeb9 |
/**/
|
|
Karsten Hopp |
7cbeb9 |
|
|
Karsten Hopp |
7cbeb9 |
--
|
|
Karsten Hopp |
7cbeb9 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
7cbeb9 |
202. You're amazed to find out Spam is a food.
|
|
Karsten Hopp |
7cbeb9 |
|
|
Karsten Hopp |
7cbeb9 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
7cbeb9 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
7cbeb9 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
7cbeb9 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|