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:
d224c96
)
regcomp.c: White-space only
author
Karl Williamson
<public@khwilliamson.com>
Thu, 5 Jan 2012 18:41:36 +0000
(11:41 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:37 +0000
(09:58 -0700)
These lines were indented one stop too many for the enclosing block
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
f8d77ef
..
efa446f
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-11958,10
+11958,10
@@
Perl_regprop(pTHX_ const regexp *prog, SV *sv, const regnode *o)
e = uvchr_to_utf8(s, i-1);
for (p = s; p < e; p++)
put_byte(sv, *p);
- }
- rangestart = -1;
}
+ rangestart = -1;
}
+ }
sv_catpvs(sv, "..."); /* et cetera */
}