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:
8fdef27
)
mktables: White-space only change
author
Karl Williamson
<public@khwilliamson.com>
Wed, 16 May 2012 02:01:31 +0000
(20:01 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 2 Jun 2012 14:29:21 +0000
(08:29 -0600)
lib/unicore/mktables
patch
|
blob
|
blame
|
history
diff --git
a/lib/unicore/mktables
b/lib/unicore/mktables
index
00c1259
..
5bfc4f9
100644
(file)
--- a/
lib/unicore/mktables
+++ b/
lib/unicore/mktables
@@
-13005,10
+13005,10
@@
sub compile_perl() {
# Word characters as well
my $XID_Start = property_ref('XID_Start');
my $perl_xids = $perl->add_match_table('_Perl_IDStart',
-
Perl_Extension => 1,
-
Fate => $INTERNAL_ONLY,
-
Initialize => ord('_')
-
);
+ Perl_Extension => 1,
+ Fate => $INTERNAL_ONLY,
+ Initialize => ord('_')
+ );
if (defined $XID_Start
|| defined ($XID_Start = property_ref('ID_Start')))
{