summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-28 09:44:52 -0600
committerKarl Williamson <public@khwilliamson.com>2011-10-01 09:58:09 -0600
commitb6912c02aa553169d6b7158ab7a2ddc26d60974f (patch)
tree06b9f52a35b34262105939c684c7f28565a8957d /embed.h
parentee24a51cf0c68318494d0b1e0fc805878089915d (diff)
downloadperl-b6912c02aa553169d6b7158ab7a2ddc26d60974f.tar.gz
utf8.c: Add function to retrieve new _Perl_IDStart prop
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index c3f2262a3f..f033d74312 100644
--- a/embed.h
+++ b/embed.h
@@ -829,6 +829,7 @@
#define do_spawn_nowait(a) Perl_do_spawn_nowait(aTHX_ a)
#endif
#if defined(PERL_CORE) || defined(PERL_EXT)
+#define _is_utf8__perl_idstart(a) Perl__is_utf8__perl_idstart(aTHX_ a)
#define av_reify(a) Perl_av_reify(aTHX_ a)
#define is_utf8_X_L(a) Perl_is_utf8_X_L(aTHX_ a)
#define is_utf8_X_LV(a) Perl_is_utf8_X_LV(aTHX_ a)