summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-11 19:21:23 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-12 15:48:43 +0000
commit64844641e1be28fdf8b7bba9436537339624f40b (patch)
tree5b2e2be4988f2baeae11add9a83a42f480939771 /embed.h
parent931e0695c454f4c18f68d30775151862650cc4d8 (diff)
downloadperl-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 9383ce6e84..9f2d04fa31 100644
--- a/embed.h
+++ b/embed.h
@@ -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)