From 97bf4a8db0735eddad0b5c21db0179b51615ee65 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Thu, 23 Jun 2005 22:59:36 +0000 Subject: [PATCH] change 24967 got the #endif in the wrong place p4raw-id: //depot/perl@24968 --- pad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pad.c b/pad.c index e1f7b69..de61002 100644 --- a/pad.c +++ b/pad.c @@ -1063,9 +1063,9 @@ Perl_pad_swipe(pTHX_ PADOFFSET po, bool refadjust) SvPADTMP_on(PL_curpad[po]); #else PL_curpad[po] = &PL_sv_undef; +#endif if ((I32)po < PL_padix) PL_padix = po - 1; -#endif } -- 2.7.4