projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aabbdbd
)
regexec.c: White-space only
author
Karl Williamson
<public@khwilliamson.com>
Tue, 7 Jan 2014 17:41:55 +0000
(10:41 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Thu, 9 Jan 2014 20:35:57 +0000
(13:35 -0700)
Align a macro continuation backslash
regexec.c
patch
|
blob
|
history
diff --git
a/regexec.c
b/regexec.c
index
3e82bc4
..
0ed1587
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-1377,7
+1377,7
@@
if ((reginfo->intuit || regtry(reginfo, &s))) \
tmp = (s != reginfo->strbeg) ? UCHARAT(s - 1) : '\n'; \
tmp = TEST_NON_UTF8(tmp); \
REXEC_FBC_UTF8_SCAN( \
- if (tmp == ! TEST_NON_UTF8((U8) *s)) { \
+ if (tmp == ! TEST_NON_UTF8((U8) *s)) {
\
tmp = !tmp; \
IF_SUCCESS; \
} \