diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-12-02 19:18:34 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-12-09 09:47:18 -0700 |
commit | 583d08e34bb7232227da37acc36ec737ce653671 (patch) | |
tree | ed4cfd828ca9bb65b4a0b30c187b91e410f291b2 /intrpvar.h | |
parent | d87fc68d13011e0743cc7850f0c3fceb4633864f (diff) | |
download | perl-583d08e34bb7232227da37acc36ec737ce653671.tar.gz |
intrpvar.h: Add comment
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 96d9e5af5f..f58c0d1e53 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -613,7 +613,7 @@ PERLVAR(I, NonL1NonFinalFold, SV *) 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 *) |