summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-20 19:02:40 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-23 07:27:11 +0000
commit14333449d262b4fad02b614f81937e2c67a05581 (patch)
tree00f50ff25bb16c3c8e6d51d66fa1a9460c38a677 /embed.fnc
parentc0b17f21fab4979f8ef6bccb58a7d0fe471b35e3 (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 02c712063b..15d5976962 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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)