File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212
1313struct xpvcv {
1414 _XPV_HEAD ;
15- _XPVCV_COMMON ;
15+ XPVCV_COMMON_ ;
1616};
1717
1818/*
Original file line number Diff line number Diff line change @@ -4553,7 +4553,7 @@ struct Perl_OpDumpContext;
45534553/* defined in sv.c, but also used in [ach]v.c */
45544554#undef _XPV_HEAD
45554555#undef _XPVMG_HEAD
4556- #undef _XPVCV_COMMON
4556+ #undef XPVCV_COMMON_
45574557
45584558#include " parser.h"
45594559
Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ struct xpvgv {
640640
641641typedef U32 cv_flags_t ;
642642
643- #define _XPVCV_COMMON \
643+ #define XPVCV_COMMON_ \
644644 HV * xcv_stash; \
645645 union { \
646646 OP * xcv_start; \
@@ -670,7 +670,7 @@ typedef U32 cv_flags_t;
670670
671671struct xpvfm {
672672 _XPV_HEAD ;
673- _XPVCV_COMMON ;
673+ XPVCV_COMMON_ ;
674674};
675675
676676
You can’t perform that action at this time.
0 commit comments