X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/595ae48196d4b0901d4a1aee37333fa960a6031f..6124d23f33100dc3c406774873984a1b51f6ab02:/pp.h diff --git a/pp.h b/pp.h index 61fadc3..1d9a933 100644 --- a/pp.h +++ b/pp.h @@ -7,13 +7,13 @@ * */ -#ifdef USE_THREADS +#ifdef USE_5005THREADS #define ARGS thr #define dARGS struct perl_thread *thr; #else #define ARGS #define dARGS -#endif /* USE_THREADS */ +#endif /* USE_5005THREADS */ #define PP(s) OP * Perl_##s(pTHX) @@ -344,6 +344,7 @@ See C. if (PL_amagic_generation) { \ SV* tmpsv; \ SV* arg= sp[shift]; \ + if(0) goto am_again; /* shut up unused warning */ \ am_again: \ if ((SvAMAGIC(arg))&&\ (tmpsv=AMG_CALLun(arg,meth))) {\