]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-231 v7.2.231
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2009 14:04:54 +0000 (14:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2009 14:04:54 +0000 (14:04 +0000)
src/if_perl.xs
src/version.c

index a589f8fd0922ce8df27f7ea05ada2e861f246f22..926adcef5b15bf8b1be7d4ff0163dc0e77d36f36 100644 (file)
@@ -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);
index b10cb7fcb5194995c095d49ac80be16ca621d33f..b3624ef6b882d6e48b663105e65857fc78829794 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    231,
 /**/
     230,
 /**/