summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pp_hot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 021b50fbec..0a2194a5d4 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -2161,7 +2161,7 @@ PP(pp_subst)
s = CALLREG_INTUIT_START(rx, TARG, s, strend, r_flags, NULL);
if (!s)
- goto nope;
+ goto ret_no;
/* How to do it in subst? */
/* if ( (RX_EXTFLAGS(rx) & RXf_CHECK_ALL)
&& !PL_sawampersand
@@ -2414,7 +2414,6 @@ PP(pp_subst)
}
/* NOTREACHED */
-nope:
ret_no:
SPAGAIN;
if (rpm->op_pmflags & PMf_NONDESTRUCT)