summaryrefslogtreecommitdiff
path: root/cv.h
diff options
context:
space:
mode:
Diffstat (limited to 'cv.h')
-rw-r--r--cv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cv.h b/cv.h
index a94d2481bd..e8cb162272 100644
--- a/cv.h
+++ b/cv.h
@@ -75,7 +75,7 @@ S_CvDEPTHp(const CV * const sv)
S_CvDEPTHp(_cvdepth); \
}))
#else
-# define CvDEPTH(sv) *S_CvDEPTHp((const CV *)sv)
+# define CvDEPTH(sv) (*S_CvDEPTHp((const CV *)sv))
#endif
#define CvPADLIST(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_padlist
#define CvOUTSIDE(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_outside