This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7787c33
)
Since xmldump_packsubs does not actually output XML, don't call it from xmldump_all.
author
Chip Salzenberg
<chip@pobox.com>
Fri, 21 Jan 2011 20:41:51 +0000
(12:41 -0800)
committer
Chip Salzenberg
<chip@pobox.com>
Fri, 21 Jan 2011 20:42:21 +0000
(12:42 -0800)
dump.c
patch
|
blob
|
blame
|
history
diff --git
a/dump.c
b/dump.c
index
68d3745
..
7e38548
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-2342,7
+2342,6
@@
Perl_xmldump_all_perl(pTHX_ bool justperl)
PerlIO_setlinebuf(PL_xmlfp);
if (PL_main_root)
op_xmldump(PL_main_root);
- xmldump_packsubs_perl(PL_defstash, justperl);
if (PL_xmlfp != (PerlIO*)PerlIO_stdout())
PerlIO_close(PL_xmlfp);
PL_xmlfp = 0;