Re: g++ unhappy
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 1 Jan 2007 14:35:46 +0000 (09:35 -0500)
committerSteve Peters <steve@fisharerojo.org>
Wed, 3 Jan 2007 17:02:53 +0000 (17:02 +0000)
Message-ID: <45996292.5090000@iki.fi>

p4raw-id: //depot/perl@29674

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: