summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2010-12-04 14:48:13 +0100
committerYves Orton <demerphq@gmail.com>2010-12-04 14:48:13 +0100
commitd6bd454d28fd8c0d7ab9553e128a7acccea40a5c (patch)
treece7259c761460cd042b068309845ec6b727ed188 /regcomp.c
parentb1811a1510c616ea350802dcd28682a4b8c378ce (diff)
downloadperl-d6bd454d28fd8c0d7ab9553e128a7acccea40a5c.tar.gz
make the jump point a little more obvious in a comment
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.c b/regcomp.c
index 2df0a6e3d3..5974fdb86d 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);