This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
intrpvar.h: Add comment
authorKarl Williamson <public@khwilliamson.com>
Mon, 3 Dec 2012 02:18:34 +0000 (19:18 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 16:47:18 +0000 (09:47 -0700)
intrpvar.h

index 96d9e5a..f58c0d1 100644 (file)
@@ -613,7 +613,7 @@ PERLVAR(I, NonL1NonFinalFold,   SV *)
 PERLVAR(I, HasMultiCharFold,   SV *)
 
 /* utf8 character class swashes */
 PERLVAR(I, HasMultiCharFold,   SV *)
 
 /* utf8 character class swashes */
-PERLVAR(I, utf8_alnum, SV *)
+PERLVAR(I, utf8_alnum, SV *)   /* Should really be named "utf8_wordchar" */
 PERLVAR(I, utf8_alpha, SV *)
 PERLVAR(I, utf8_graph, SV *)
 PERLVAR(I, utf8_digit, SV *)
 PERLVAR(I, utf8_alpha, SV *)
 PERLVAR(I, utf8_graph, SV *)
 PERLVAR(I, utf8_digit, SV *)