From d6bd454d28fd8c0d7ab9553e128a7acccea40a5c Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Sat, 4 Dec 2010 14:48:13 +0100 Subject: [PATCH] make the jump point a little more obvious in a comment --- regcomp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/regcomp.c b/regcomp.c index 2df0a6e..5974fdb 100644 --- a/regcomp.c +++ b/regcomp.c @@ -4416,6 +4416,7 @@ Perl_re_compile(pTHX_ SV * const pattern, U32 pm_flags) RExC_utf8 = RExC_orig_utf8 = SvUTF8(pattern); + /****************** LONG JUMP TARGET HERE***********************/ /* Longjmp back to here if have to switch in midstream to utf8 */ if (! RExC_orig_utf8) { JMPENV_PUSH(jump_ret); -- 2.7.4