diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-05-20 11:32:25 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-05-20 11:33:21 +0200 |
commit | efb0071775238a7ca34b142838911d57320e638c (patch) | |
tree | b9f22d2b38254e6bd15f5bdd9cad7b4cf8f24d80 /embed.pl | |
parent | efa50c51e3301a2ca8be765fedfdae78eff1615b (diff) | |
download | perl-efb0071775238a7ca34b142838911d57320e638c.tar.gz |
Remove binary compatibility scaffolding for the change to PL_bitcount.
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -696,7 +696,6 @@ print $em do_not_edit ("embedvar.h"), <<'END'; END for $sym (sort keys %intrp) { - next if $sym eq 'bitcount'; print $em multon($sym,'I','vTHX->'); } |