summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-04 23:00:22 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-04 23:00:22 +0000
commitfdf134946da249a71c49962435817212b8fa195a (patch)
treed494fca6c74b7582c2fe7eb4b5e8a495ced1e12c /embed.pl
parenteff96b52edf00b5721cd2c3b90d509f4653dd1be (diff)
downloadperl-fdf134946da249a71c49962435817212b8fa195a.tar.gz
clean up some stray "global" symbols
p4raw-id: //depot/perl@3521
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed.pl b/embed.pl
index 381c040cb6..37a0070363 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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)) {