sync lib/Pod/Simple/ChangeLog with CPAN
[p5sagit/p5-mst-13.2.git] / embed.pl
index 0287c85..50da232 100755 (executable)
--- a/embed.pl
+++ b/embed.pl
@@ -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->');
 }