From: Vadim Konovalov Date: Thu, 12 Jul 2001 09:09:48 +0000 (+0200) Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74fa30a54217d79d8d390198372c9736c695bcf8;p=p5sagit%2Fp5-mst-13.2.git RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2 From: "Konovalov, Vadim Vladimirovich (Vadim)" Message-ID: More parentheses to keep bcc happy. p4raw-id: //depot/perl@11298 --- diff --git a/ext/ByteLoader/bytecode.h b/ext/ByteLoader/bytecode.h index 0188688..c88c470 100644 --- a/ext/ByteLoader/bytecode.h +++ b/ext/ByteLoader/bytecode.h @@ -132,8 +132,8 @@ typedef IV IV64; hv_store((HV*)sv, bstate->bs_pv.xpv_pv, bstate->bs_pv.xpv_cur, arg, 0) #define BSET_pv_free(pv) Safefree(pv.xpv_pv) #define BSET_pregcomp(o, arg) \ - (PM_SETRE(((PMOP*)o), arg ? \ - CALLREGCOMP(aTHX_ arg, arg + bstate->bs_pv.xpv_cur, ((PMOP*)o)) : 0)) + (PM_SETRE((((PMOP*)o), arg ? \ + CALLREGCOMP(aTHX_ arg, arg + bstate->bs_pv.xpv_cur, ((PMOP*)o)) : 0))) #define BSET_newsv(sv, arg) \ STMT_START { \ sv = (arg == SVt_PVAV ? (SV*)newAV() : \