diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-05-08 15:49:17 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-09 07:37:58 +0000 |
commit | 672994ceae26eaea7b543577cbf4ae1bf28d2934 (patch) | |
tree | 2aec51be4860d751bd77a5a41fc67ef627dbc5af /proto.h | |
parent | 3d42dc86375a150e698f9a14ae6be7a37e2ed575 (diff) | |
download | perl-672994ceae26eaea7b543577cbf4ae1bf28d2934.tar.gz |
Sv_*set() doc's and extra const's for the SvPVX_const() tasks
Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@24422
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ PERL_CALLCONV bool Perl_is_utf8_mark(pTHX_ const U8 *p) __attribute__((nonnull(pTHX_1))); PERL_CALLCONV OP* Perl_jmaybe(pTHX_ OP* arg) __attribute__((nonnull(pTHX_1))); -PERL_CALLCONV I32 Perl_keyword(pTHX_ char* d, I32 len) +PERL_CALLCONV I32 Perl_keyword(pTHX_ const char* d, I32 len) __attribute__((nonnull(pTHX_1))); PERL_CALLCONV void Perl_leave_scope(pTHX_ I32 base); PERL_CALLCONV void Perl_lex_end(pTHX); |