diff options
author | Steven Schubiger <schubiger@cpan.org> | 2008-01-29 14:47:23 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-03 15:04:41 +0000 |
commit | e1c418065bb740d7433d5a7b22db9f78b0fd25eb (patch) | |
tree | 32a2ce976492b78589a9fdb8621f9d18cd9b9dc1 /embed.fnc | |
parent | 1bcecb772879a7dd255505e3b40721e7bc792bd8 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |