summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2001-07-12 11:09:48 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-12 12:27:47 +0000
commit74fa30a54217d79d8d390198372c9736c695bcf8 (patch)
treebc430f866af01085004ef06de01f5119e8c347c6 /ext
parent7294dae07255ba6cf67beebb4c0a3c5fb57a6e72 (diff)
downloadperl-74fa30a54217d79d8d390198372c9736c695bcf8.tar.gz
RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> More parentheses to keep bcc happy. p4raw-id: //depot/perl@11298
Diffstat (limited to 'ext')
-rw-r--r--ext/ByteLoader/bytecode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ByteLoader/bytecode.h b/ext/ByteLoader/bytecode.h
index 01886883ed..c88c470cc7 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() : \