diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-17 03:48:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-17 03:48:12 +0000 |
commit | 6f06b55ffd47b279dd1684acb9b556a45e4754a3 (patch) | |
tree | 27f307f34f277b390a482752bec7c18164dd99c2 /embed.pl | |
parent | f62c0cf247ab0260b680faf6bc722682ba662635 (diff) | |
download | perl-6f06b55ffd47b279dd1684acb9b556a45e4754a3.tar.gz |
s/Perl_utf8skip/PL_utf8skip/g
p4raw-id: //depot/perl@2241
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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); } |