This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 317f3b6
[perl5.git] / intrpvar.h
index ffcac08..3e9600f 100644 (file)
@@ -614,6 +614,7 @@ PERLVAR(I, VertSpace,   SV *)
 /* utf8 character class swashes */
 PERLVAR(I, utf8_alnum, SV *)
 PERLVAR(I, utf8_alpha, SV *)
+PERLVAR(I, utf8_blank, SV *)
 PERLVAR(I, utf8_space, SV *)
 PERLVAR(I, utf8_graph, SV *)
 PERLVAR(I, utf8_digit, SV *)