X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f8503592a22431f4f2362d87270e54bfdb2d3177..8b2d66400d0e016ebfcc9a22cd041309afd77ee0:/pad.h?ds=sidebyside diff --git a/pad.h b/pad.h index 81a1312..cc96ddc 100644 --- a/pad.h +++ b/pad.h @@ -1,6 +1,6 @@ /* pad.h * - * Copyright (C) 2002, 2003, 2005, by Larry Wall and others + * Copyright (C) 2002, 2003, 2005, 2006, 2007 by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -295,7 +295,7 @@ ling pad (lvalue) to C. Note that C is hijacked for this purpose #define PAD_COMPNAME_TYPE(po) pad_compname_type(po) #define PAD_COMPNAME_OURSTASH(po) \ - (OURSTASH(PAD_COMPNAME_SV(po))) + (SvOURSTASH(PAD_COMPNAME_SV(po))) #define PAD_COMPNAME_GEN(po) ((STRLEN)SvUVX(AvARRAY(PL_comppad_name)[po]))