diff options
author | Andy Lester <andy@petdance.com> | 2006-05-20 19:02:40 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-23 07:27:11 +0000 |
commit | 14333449d262b4fad02b614f81937e2c67a05581 (patch) | |
tree | 00f50ff25bb16c3c8e6d51d66fa1a9460c38a677 /embed.fnc | |
parent | c0b17f21fab4979f8ef6bccb58a7d0fe471b35e3 (diff) | |
download | perl-14333449d262b4fad02b614f81937e2c67a05581.tar.gz |
clean some lint findings
Message-ID: <20060521050240.GA21051@petdance.com>
p4raw-id: //depot/perl@28289
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1228,7 +1228,7 @@ sR |const char *|get_num |NN const char *ppat|NN I32 *lenptr ns |bool |need_utf8 |NN const char *pat|NN const char *patend ns |char |first_symbol |NN const char *pat|NN const char *patend sR |char * |sv_exp_grow |NN SV *sv|STRLEN needed -sR |char * |bytes_to_uni |NN const U8 *start|STRLEN len|NN char *dest +snR |char * |bytes_to_uni |NN const U8 *start|STRLEN len|NN char *dest #endif #if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT) |