We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df39a12 commit a5d5855Copy full SHA for a5d5855
op.h
@@ -1072,6 +1072,8 @@ C<sib> is non-null. For a higher-level interface, see C<L</op_sibling_splice>>.
1072
#endif
1073
1074
1075
+#if defined(PERL_CORE) || defined(PERL_EXT)
1076
+
1077
/* Stuff for OP_MULTDEREF/pp_multideref. */
1078
1079
/* actions */
@@ -1111,6 +1113,8 @@ C<sib> is non-null. For a higher-level interface, see C<L</op_sibling_splice>>.
1111
1113
#define MDEREF_MASK 0x7F
1112
1114
#define MDEREF_SHIFT 7
1115
1116
+#endif /* end CORE/EXT only */
1117
1118
#if defined(PERL_IN_DOOP_C) || defined(PERL_IN_PP_C)
1119
# define FATAL_ABOVE_FF_MSG \
1120
"Use of strings with code points over 0xFF as arguments to " \
0 commit comments