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 /opcode.pl | |
parent | eff96b52edf00b5721cd2c3b90d509f4653dd1be (diff) | |
download | perl-fdf134946da249a71c49962435817212b8fa195a.tar.gz |
clean up some stray "global" symbols
p4raw-id: //depot/perl@3521
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -219,6 +219,7 @@ open PPSYM, '>pp.sym' or die "Error creating pp.sym: $!"; for (sort keys %ckname) { print PP "PERL_CKDEF($_)\n"; + print PPSYM "$_\n"; #OP *\t", &tab(3,$_),"(OP* o);\n"; } |