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:
6a8363e
)
Silence a gcc warning
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 11:01:29 +0000
(11:01 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 2 Nov 2006 11:01:29 +0000
(11:01 +0000)
p4raw-id: //depot/perl@29186
regexec.c
patch
|
blob
|
history
diff --git
a/regexec.c
b/regexec.c
index
55a90d0
..
2380b3e
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-4679,13
+4679,13
@@
yes:
PL_regmatch_slab = PL_regmatch_slab->prev;
st = SLAB_LAST(PL_regmatch_slab);
}
- DEBUG_STATE_r(
+ DEBUG_STATE_r(
{
if (no_final) {
DEBUG_STATE_pp("pop (no final)");
} else {
DEBUG_STATE_pp("pop (yes)");
}
- );
+
}
);
depth--;
}
#else