diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-15 15:12:49 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-15 15:12:49 +0100 |
commit | 2e0eeeaafce11cb0128a6d1e245f1a5b806e3a87 (patch) | |
tree | fbd354ebfa17ecaedc3376434fd7054557a7818e /pp.sym | |
parent | 867fa1e2da145229b4db2c6e8d5b51700c15f114 (diff) | |
download | perl-2e0eeeaafce11cb0128a6d1e245f1a5b806e3a87.tar.gz |
Move the boolkeys op to the group of hash ops.
This breaks binary compatibility.
Diffstat (limited to 'pp.sym')
-rw-r--r-- | pp.sym | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,6 +185,7 @@ Perl_pp_exists Perl_pp_rv2hv Perl_pp_helem Perl_pp_hslice +Perl_pp_boolkeys Perl_pp_unpack Perl_pp_pack Perl_pp_split @@ -408,6 +409,5 @@ Perl_pp_getlogin Perl_pp_syscall Perl_pp_lock Perl_pp_once -Perl_pp_boolkeys # ex: set ro: |