Patch 8.0.1145
Problem: Warning when compiling with Perl.
Solution: Remove unused variable. (Ken Takata0
Files: src/if_perl.xs
*** ../vim-8.0.1144/src/if_perl.xs 2017-09-17 23:02:17.172074424 +0200
--- src/if_perl.xs 2017-09-25 21:58:39.247019445 +0200
***************
*** 1472,1478 ****
PREINIT:
int attr;
- int id;
PPCODE:
if (text != NULL)
--- 1472,1477 ----
*** ../vim-8.0.1144/src/version.c 2017-09-24 19:39:03.257849176 +0200
--- src/version.c 2017-09-25 22:01:23.514012524 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1145,
/**/
--
% cat /usr/include/sys/errno.h
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */
#define ESRCH 3 /* No such process */
[...]
#define EMACS 666 /* Too many macros */
%
/// 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.