From: Jarkko Hietaniemi Date: Sun, 29 Aug 1999 10:34:58 +0000 (+0000) Subject: Add a missing #endif forgotten by #4035. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc1e3f56d0bad5c480743c8d8317cab04a0b12ce;p=p5sagit%2Fp5-mst-13.2.git Add a missing #endif forgotten by #4035. p4raw-id: //depot/cfgperl@4040 --- diff --git a/doop.c b/doop.c index 3e40d92..1b7d02d 100644 --- 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); }