diff options
author | Andy Lester <andy@petdance.com> | 2006-05-11 19:21:23 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-12 15:48:43 +0000 |
commit | 64844641e1be28fdf8b7bba9436537339624f40b (patch) | |
tree | 5b2e2be4988f2baeae11add9a83a42f480939771 /embed.h | |
parent | 931e0695c454f4c18f68d30775151862650cc4d8 (diff) | |
download | perl-64844641e1be28fdf8b7bba9436537339624f40b.tar.gz |
upgrade bytes_to_uni
Message-ID: <20060512052123.GA21648@petdance.com>
p4raw-id: //depot/perl@28180
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1227,6 +1227,7 @@ #define need_utf8 S_need_utf8 #define first_symbol S_first_symbol #define sv_exp_grow S_sv_exp_grow +#define bytes_to_uni S_bytes_to_uni #endif #endif #if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT) @@ -3388,6 +3389,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) #endif #endif #if defined(PERL_IN_PP_CTL_C) || defined(PERL_DECL_PROT) |