projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3c8556c
)
s/re/rx/ in an assert overlooked during recent renovations
Yves Orton [Sat, 5 Jan 2008 16:16:47 +0000 (16:16 +0000)]
p4raw-id: //depot/perl@32850
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
479ad1f
..
95bba2e
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-3746,7
+3746,7
@@
S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
if (mg) {
rx = mg->mg_obj; /*XXX:dmq*/
- assert(re);
+ assert(rx);
}
if (rx) {
rx = reg_temp_copy(rx);