summaryrefslogtreecommitdiff
path: root/intrpvar.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 /intrpvar.h
parentee24a51cf0c68318494d0b1e0fc805878089915d (diff)
downloadperl-b6912c02aa553169d6b7158ab7a2ddc26d60974f.tar.gz
utf8.c: Add function to retrieve new _Perl_IDStart prop
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 7966a3ffac..9f812dc20d 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -668,6 +668,7 @@ PERLVAR(I, debug_pad, struct perl_debug_pad) /* always needed because of the re
PERLVAR(I, utf8_idstart, SV *)
PERLVAR(I, utf8_idcont, SV *)
PERLVAR(I, utf8_xidstart, SV *)
+PERLVAR(I, utf8_perl_idstart, SV *)
PERLVAR(I, utf8_xidcont, SV *)
PERLVAR(I, sort_RealCmp, SVCOMPARE_t)