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.h | |
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.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3396,7 +3396,7 @@ #define need_utf8 S_need_utf8 #define first_symbol S_first_symbol #define sv_exp_grow(a,b) S_sv_exp_grow(aTHX_ a,b) -#define bytes_to_uni(a,b,c) S_bytes_to_uni(aTHX_ a,b,c) +#define bytes_to_uni S_bytes_to_uni #endif #endif #if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT) |