summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-05-08 15:49:17 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-09 07:37:58 +0000
commit672994ceae26eaea7b543577cbf4ae1bf28d2934 (patch)
tree2aec51be4860d751bd77a5a41fc67ef627dbc5af /proto.h
parent3d42dc86375a150e698f9a14ae6be7a37e2ed575 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 89bc5a1dbf..968422f1c1 100644
--- a/proto.h
+++ b/proto.h
@@ -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);