projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ea3105b
)
fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
Gurusamy Sarathy [Wed, 2 Feb 2000 08:04:52 +0000 (08:04 +0000)]
p4raw-id: //depot/perl@4957
pp_hot.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_hot.c
b/pp_hot.c
index
6ebde09
..
133265a
100644
(file)
--- a/
pp_hot.c
+++ b/
pp_hot.c
@@
-1041,6
+1041,7
@@
yup: /* Confirmed by INTUIT */
rx->startp[0] = s - truebase;
rx->endp[0] = s - truebase + rx->minlen;
}
+ rx->nparens = rx->lastparen = 0; /* used by @- and @+ */
LEAVE_SCOPE(oldsave);
RETPUSHYES;