summaryrefslogtreecommitdiff
path: root/embedvar.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 /embedvar.h
parentee24a51cf0c68318494d0b1e0fc805878089915d (diff)
downloadperl-b6912c02aa553169d6b7158ab7a2ddc26d60974f.tar.gz
utf8.c: Add function to retrieve new _Perl_IDStart prop
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 2354a8b40a..3542482c52 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -343,6 +343,7 @@
#define PL_utf8_idstart (vTHX->Iutf8_idstart)
#define PL_utf8_lower (vTHX->Iutf8_lower)
#define PL_utf8_mark (vTHX->Iutf8_mark)
+#define PL_utf8_perl_idstart (vTHX->Iutf8_perl_idstart)
#define PL_utf8_print (vTHX->Iutf8_print)
#define PL_utf8_punct (vTHX->Iutf8_punct)
#define PL_utf8_space (vTHX->Iutf8_space)