diff options
author | Jim Cromie <jcromie@cpan.org> | 2007-06-11 07:49:06 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-12 08:43:55 +0000 |
commit | 20f84293546435bbf5229325e767dc5e48ccb459 (patch) | |
tree | 8e862ca90242c9368662f55ae5532ba4ac5c1b3c /embed.fnc | |
parent | 1ad2138d16a5e3f58707d9c3b6f980ab17348c88 (diff) | |
download | perl-20f84293546435bbf5229325e767dc5e48ccb459.tar.gz |
mad-const patch
Message-ID: <466DA732.3010608@gmail.com>
p4raw-id: //depot/perl@31369
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1834,7 +1834,7 @@ Mp |void |xmldump_sub |NN const GV* gv Mp |void |xmldump_form |NN const GV* gv Mp |void |xmldump_eval Mp |char* |sv_catxmlsv |NN SV *dsv|NN SV *ssv -Mp |char* |sv_catxmlpvn |NN SV *dsv|NN char *pv|STRLEN len|int utf8 +Mp |char* |sv_catxmlpvn |NN SV *dsv|NN const char *pv|STRLEN len|int utf8 Mp |char* |sv_xmlpeek |NN SV* sv Mp |void |do_pmop_xmldump|I32 level|NN PerlIO *file \ |NULLOK const PMOP *pm |