diff options
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/opcode.pl | 3 | ||||
-rw-r--r-- | regen/opcodes | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/regen/opcode.pl b/regen/opcode.pl index a776582407..2ef64ec59d 100755 --- a/regen/opcode.pl +++ b/regen/opcode.pl @@ -67,8 +67,7 @@ my %alias; # Format is "this function" => "does these op names" my @raw_alias = ( Perl_do_kv => [qw( keys values )], - Perl_unimplemented_op => [qw(padany mapstart custom - boolkeys)], + Perl_unimplemented_op => [qw(padany mapstart custom)], # All the ops with a body of { return NORMAL; } Perl_pp_null => [qw(scalar regcmaybe lineseq scope)], diff --git a/regen/opcodes b/regen/opcodes index e24940736f..ad10c17793 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -232,7 +232,6 @@ exists exists ck_exists is% S rv2hv hash dereference ck_rvconst dt1 helem hash element ck_null s2 H S hslice hash slice ck_null m@ H L -boolkeys boolkeys ck_fun % H # Explosives and implosives. |