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 /proto.h | |
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 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4619,7 +4619,7 @@ PERL_CALLCONV char* Perl_sv_catxmlsv(pTHX_ SV *dsv, SV *ssv) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); -PERL_CALLCONV char* Perl_sv_catxmlpvn(pTHX_ SV *dsv, char *pv, STRLEN len, int utf8) +PERL_CALLCONV char* Perl_sv_catxmlpvn(pTHX_ SV *dsv, const char *pv, STRLEN len, int utf8) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); |