summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteven Schubiger <schubiger@cpan.org>2008-01-29 14:47:23 +0100
committerNicholas Clark <nick@ccl4.org>2008-02-03 15:04:41 +0000
commite1c418065bb740d7433d5a7b22db9f78b0fd25eb (patch)
tree32a2ce976492b78589a9fdb8621f9d18cd9b9dc1 /embed.fnc
parent1bcecb772879a7dd255505e3b40721e7bc792bd8 (diff)
downloadperl-e1c418065bb740d7433d5a7b22db9f78b0fd25eb.tar.gz
taint.c: consting
Message-ID: <20080129124723.GA13056@refcnt.homeunix.org> Date: Tue, 29 Jan 2008 13:47:23 +0100 p4raw-id: //depot/perl@33228
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index aa17276f07..8c050dd634 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -921,7 +921,7 @@ ApR |NV |str_to_version |NN SV *sv
Ap |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none
Ap |UV |swash_fetch |NN SV *swash|NN const U8 *ptr|bool do_utf8
Ap |void |taint_env
-Ap |void |taint_proper |NULLOK const char* f|NN const char* s
+Ap |void |taint_proper |NULLOK const char* f|NN const char *const s
Apd |UV |to_utf8_case |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp \
|NN SV **swashp|NN const char *normal|NN const char *special
Apd |UV |to_utf8_lower |NN const U8 *p|NN U8* ustrp|NULLOK STRLEN *lenp