This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d87fc68
)
intrpvar.h: Add comment
author
Karl Williamson
<public@khwilliamson.com>
Mon, 3 Dec 2012 02:18:34 +0000
(19:18 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Sun, 9 Dec 2012 16:47:18 +0000
(09:47 -0700)
intrpvar.h
patch
|
blob
|
blame
|
history
diff --git
a/intrpvar.h
b/intrpvar.h
index
96d9e5a
..
f58c0d1
100644
(file)
--- a/
intrpvar.h
+++ b/
intrpvar.h
@@
-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 *)