projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4674ade
)
Re: g++ unhappy
Jarkko Hietaniemi [Mon, 1 Jan 2007 14:35:46 +0000 (09:35 -0500)]
Message-ID: <
45996292
.5090000@iki.fi>
p4raw-id: //depot/perl@29674
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
4673b6e
..
a5eee5b
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-5065,7
+5065,6
@@
S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp,U32 depth)
/*notreached*/
{ /* named and numeric backreferences */
I32 num;
- char * parse_start = NULL;
case '&': /* (?&NAME) */
parse_start = RExC_parse - 1;
named_recursion: