summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-06-19 11:19:54 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-06-19 11:37:59 -0400
commita25b59276cf9505a41280bad7847c33234f7e7c6 (patch)
treec5ecfc0a990e2757c079924901be073c9f0def07 /regcomp.c
parent148f39b7de6eae9ddd59e0b0aff691d6abea7aca (diff)
downloadperl-a25b59276cf9505a41280bad7847c33234f7e7c6.tar.gz
Revert "/* NOTREACHED */ belongs *before* the unreachable."
This reverts commit 148f39b7de6eae9ddd59e0b0aff691d6abea7aca. (Still needs more work, but wanted to see how well this passed with Jenkins.)
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/regcomp.c b/regcomp.c
index daeb2e4d6a..1a0024f3e7 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -10347,8 +10347,7 @@ S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp,U32 depth)
}
else
FAIL("Junk on end of regexp"); /* "Can't happen". */
- /* NOTREACHED */
- assert(0);
+ assert(0); /* NOTREACHED */
}
if (RExC_in_lookbehind) {