diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-04 23:00:22 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-04 23:00:22 +0000 |
commit | fdf134946da249a71c49962435817212b8fa195a (patch) | |
tree | d494fca6c74b7582c2fe7eb4b5e8a495ced1e12c /embed.pl | |
parent | eff96b52edf00b5721cd2c3b90d509f4653dd1be (diff) | |
download | perl-fdf134946da249a71c49962435817212b8fa195a.tar.gz |
clean up some stray "global" symbols
p4raw-id: //depot/perl@3521
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -271,8 +271,6 @@ my @staticfuncs = qw( mul128 is_an_int div128 - runops_standard - runops_debug check_uni force_next force_version @@ -400,9 +398,7 @@ my @staticfuncs = qw( restore_rsfp restore_expect restore_lex_expect - yydestruct del_sv - fprintf ); for $sym (sort(keys(%global),@staticfuncs)) { |