diff options
author | Karl Williamson <khw@cpan.org> | 2020-11-15 12:54:51 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-11-15 12:58:23 -0700 |
commit | e207d6495b6cf122726e0f05a14616be7cac9c74 (patch) | |
tree | 7dd1dbc0546e1ffb27f6568f76827b51f3a36189 /op.h | |
parent | d1388a9f14b371b498f17bd56e201989bc88d12e (diff) | |
download | perl-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 " \ |