diff options
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B.xs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs index 7eff7b931d..9d65a720fa 100644 --- a/ext/B/B.xs +++ b/ext/B/B.xs @@ -916,7 +916,7 @@ OP_type(o) #if PERL_VERSION >= 9 -U8 +U16 OP_opt(o) B::OP o @@ -938,7 +938,7 @@ OP_private(o) #if PERL_VERSION >= 9 -U8 +U16 OP_spare(o) B::OP o |