summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2018-01-08 08:29:26 -0800
committerFather Chrysostomos <sprout@cpan.org>2018-01-09 19:30:57 -0800
commit90a59ee553fbce0cfcef9ae57ed0705fe279de0a (patch)
treee853db33a9c2f0ec5044e9d74b9747e120f185f0 /opcode.h
parent824e6cc6e3be8a1a8732f7813ae75bfa4094e8f9 (diff)
downloadperl-90a59ee553fbce0cfcef9ae57ed0705fe279de0a.tar.gz
Use ck_null for ~.
It no longer needs ck_bitop, which it only used before for the experimental warning that has been removed.
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 2556a01e1e..ba3bd9e668 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1487,7 +1487,7 @@ EXT Perl_check_t PL_check[] /* or perlvars.h */
Perl_ck_null, /* not */
Perl_ck_bitop, /* complement */
Perl_ck_bitop, /* ncomplement */
- Perl_ck_bitop, /* scomplement */
+ Perl_ck_null, /* scomplement */
Perl_ck_smartmatch, /* smartmatch */
Perl_ck_fun, /* atan2 */
Perl_ck_fun, /* sin */