Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
[p5sagit/p5-mst-13.2.git] / doop.c
diff --git a/doop.c b/doop.c
index 3e40d92..1b7d02d 100644 (file)
--- a/doop.c
+++ b/doop.c
@@ -895,6 +895,7 @@ Perl_do_vecset(pTHX_ SV *sv)
            s[offset+6] = (lval >>  8) & 0xff;
            s[offset+7] =  lval        & 0xff;
        }
+#endif
     }
     SvSETMAGIC(targ);
 }