summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-15 12:54:51 -0700
committerKarl Williamson <khw@cpan.org>2020-11-15 12:58:23 -0700
commite207d6495b6cf122726e0f05a14616be7cac9c74 (patch)
tree7dd1dbc0546e1ffb27f6568f76827b51f3a36189 /op.h
parentd1388a9f14b371b498f17bd56e201989bc88d12e (diff)
downloadperl-e207d6495b6cf122726e0f05a14616be7cac9c74.tar.gz
Revert "op.h: Restrict scope of multiconcat symbols to core"
This reverts commit a5d5855671af6956a8d1a13e419457afdffeb416. It turns out that CPAN modules are using these values; whether they should be using them or not, I don't know.
Diffstat (limited to 'op.h')
-rw-r--r--op.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/op.h b/op.h
index be193038a4..9750717562 100644
--- a/op.h
+++ b/op.h
@@ -1072,8 +1072,6 @@ C<sib> is non-null. For a higher-level interface, see C<L</op_sibling_splice>>.
#endif
-#if defined(PERL_CORE) || defined(PERL_EXT)
-
/* Stuff for OP_MULTDEREF/pp_multideref. */
/* actions */
@@ -1113,8 +1111,6 @@ C<sib> is non-null. For a higher-level interface, see C<L</op_sibling_splice>>.
#define MDEREF_MASK 0x7F
#define MDEREF_SHIFT 7
-#endif /* end CORE/EXT only */
-
#if defined(PERL_IN_DOOP_C) || defined(PERL_IN_PP_C)
# define FATAL_ABOVE_FF_MSG \
"Use of strings with code points over 0xFF as arguments to " \