projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
28a8d0a
)
Retract #9851, core dumps from pod2man.
Jarkko Hietaniemi [Thu, 26 Apr 2001 13:17:21 +0000 (13:17 +0000)]
p4raw-id: //depot/perl@9852
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
346ffff
..
59b2712
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-3929,7
+3929,6
@@
S_regclass(pTHX_ RExC_state_t *pRExC_state)
n = add_data(pRExC_state, 1, "s");
RExC_rx->data->data[n] = (void*)rv;
ARG_SET(ret, n);
- NEXT_OFF(ret) = RExC_emit - ret;
}
return ret;