summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-17 03:48:12 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-17 03:48:12 +0000
commit6f06b55ffd47b279dd1684acb9b556a45e4754a3 (patch)
tree27f307f34f277b390a482752bec7c18164dd99c2 /embed.pl
parentf62c0cf247ab0260b680faf6bc722682ba662635 (diff)
downloadperl-6f06b55ffd47b279dd1684acb9b556a45e4754a3.tar.gz
s/Perl_utf8skip/PL_utf8skip/g
p4raw-id: //depot/perl@2241
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/embed.pl b/embed.pl
index 709acc60e0..e318df10f3 100755
--- a/embed.pl
+++ b/embed.pl
@@ -365,17 +365,7 @@ my @extras = qw(
fprintf
);
-my %skip;
-
-for $sym (qw[
- utf8skip
- ])
-{
- $skip{$sym}++;
-}
-
for $sym (sort(keys(%global),@extras)) {
- next if exists $skip{$sym};
print EM embedobj($sym);
}