From 3f947ead6fb56a4ff5101069fb56e70476ca9905 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 14 Jul 2009 14:04:54 +0000 Subject: [PATCH] updated for version 7.2-231 --- src/if_perl.xs | 2 ++ src/version.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/if_perl.xs b/src/if_perl.xs index a589f8fd0..926adcef5 100644 --- a/src/if_perl.xs +++ b/src/if_perl.xs @@ -720,9 +720,11 @@ ex_perl(eap) #ifdef HAVE_SANDBOX if (sandbox) { +# ifndef MAKE_TEST /* avoid a warning for unreachable code */ if ((safe = perl_get_sv( "VIM::safe", FALSE )) == NULL || !SvTRUE(safe)) EMSG(_("E299: Perl evaluation forbidden in sandbox without the Safe module")); else +# endif { PUSHMARK(SP); XPUSHs(safe); diff --git a/src/version.c b/src/version.c index b10cb7fcb..b3624ef6b 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 231, /**/ 230, /**/ -- 2.50.1